Applications: Apply "Always start with favorites pane" option both ways

This commit is contained in:
gm10 2019-02-23 20:32:10 +01:00
parent 8988476df2
commit ed9b94a9a8
No known key found for this signature in database
GPG Key ID: A981D4EA8CF993A9

View File

@ -400,6 +400,8 @@ class MainWindow(object):
if "applications" in self.plugins and hasattr(self.plugins["applications"], "focusSearchEntry"):
if self.startWithFavorites:
self.plugins["applications"].changeTab(0)
else:
self.plugins["applications"].changeTab(1)
self.plugins["applications"].focusSearchEntry()
def hide(self):