mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Fix updating result window action upon creation
* Result Window action was not being properly updated after the ResultWindow had been created. There was no way of retrieving the window after it had been closed.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user