mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 21:24:36 +00:00
Merge pull request #685 from glubsy/fix_result_window_action
Fix updating result window action upon creation
This commit is contained in:
commit
5502b48089
@ -283,6 +283,7 @@ class DupeGuru(QObject):
|
||||
self.resultWindow.close()
|
||||
self.resultWindow.setParent(None)
|
||||
self.resultWindow = ResultWindow(self.directories_dialog, self)
|
||||
self.directories_dialog._updateActionsState()
|
||||
self.details_dialog = self._get_details_dialog_class()(self.resultWindow, self)
|
||||
|
||||
def show_results_window(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user