mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-26 07:07:58 +00:00
Disable copy config option when empty click
This commit is contained in:
@@ -217,6 +217,7 @@ class CopterTableWidget(QTableView):
|
||||
|
||||
if item is None:
|
||||
edit_config.setDisabled(True)
|
||||
copy_config.setDisabled(True)
|
||||
|
||||
menu.exec_(QCursor.pos())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user