mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Fix ignore list view menu entry being disabled
This commit is contained in:
parent
dd6ffe08d7
commit
1b3b40543b
@ -129,6 +129,7 @@ class TabWindow(QMainWindow):
|
||||
for action in menu.actions():
|
||||
if action is self.app.directories_dialog.actionShowResultsWindow:
|
||||
if isResultWindow:
|
||||
self.app.actionIgnoreList.setEnabled(self.app.ignoreListDialog is not None)
|
||||
# Action points to ourselves, always disable it
|
||||
self.app.directories_dialog.actionShowResultsWindow\
|
||||
.setEnabled(False)
|
||||
|
Loading…
x
Reference in New Issue
Block a user