mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-06-08 21:14:31 +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