added next view shortcut to linux
This commit is contained in:
parent
cf4e3386e7
commit
3cda481255
4 changed files with 35 additions and 2 deletions
|
@ -89,7 +89,10 @@ class Bungloo:
|
|||
self.oauth_implementation.log_out()
|
||||
self.timeline.hide()
|
||||
self.preferences.show()
|
||||
self.timeline.evaluateJavaScript("bungloo.sidebar.logout()")
|
||||
self.timeline.evaluateJavaScript("bungloo.sidebar.logout();")
|
||||
|
||||
def next_show(self):
|
||||
self.timeline.evaluateJavaScript("bungloo.sidebar.showContentForNext();")
|
||||
|
||||
|
||||
class Controller(QtCore.QObject):
|
||||
|
|
Reference in a new issue