Merge pull request #685 from glubsy/fix_result_window_action

Fix updating result window action upon creation
This commit is contained in:
Andrew Senetar 2020-07-28 20:05:10 -05:00 committed by GitHub
commit 5502b48089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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):