From a209787a0dd00a517675d704f9dbc06260fa7549 Mon Sep 17 00:00:00 2001 From: bionel Date: Wed, 20 Sep 2017 19:45:16 +0300 Subject: trigger refresh also after upgrade --- src/frontend/gui/sisyphus-gui.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/frontend/gui/sisyphus-gui.py') diff --git a/src/frontend/gui/sisyphus-gui.py b/src/frontend/gui/sisyphus-gui.py index 2b4aa6b..07a07ac 100755 --- a/src/frontend/gui/sisyphus-gui.py +++ b/src/frontend/gui/sisyphus-gui.py @@ -124,6 +124,7 @@ class Sisyphus(QtWidgets.QMainWindow): def finishedUpgrade(self): self.hideProgressBar() + self.loadDatabase(Sisyphus.SEARCHFIELD,Sisyphus.SEARCHTERM) def orphansRemove(self): self.showProgressBar() -- cgit v1.2.3