Applications: Apply "Always start with favorites pane" option both ways
This commit is contained in:
parent
8988476df2
commit
ed9b94a9a8
@ -400,6 +400,8 @@ class MainWindow(object):
|
|||||||
if "applications" in self.plugins and hasattr(self.plugins["applications"], "focusSearchEntry"):
|
if "applications" in self.plugins and hasattr(self.plugins["applications"], "focusSearchEntry"):
|
||||||
if self.startWithFavorites:
|
if self.startWithFavorites:
|
||||||
self.plugins["applications"].changeTab(0)
|
self.plugins["applications"].changeTab(0)
|
||||||
|
else:
|
||||||
|
self.plugins["applications"].changeTab(1)
|
||||||
self.plugins["applications"].focusSearchEntry()
|
self.plugins["applications"].focusSearchEntry()
|
||||||
|
|
||||||
def hide(self):
|
def hide(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user