mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-23 06:50:53 -04:00
Cleanup
This commit is contained in:
parent
8bb5fb5fa3
commit
25836decdb
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ class SidebandApp(MDApp):
|
||||||
|
|
||||||
self.root.ids.screen_manager.app = self
|
self.root.ids.screen_manager.app = self
|
||||||
self.root.ids.app_version_info.text = "Sideband v"+__version__+" "+__variant__
|
self.root.ids.app_version_info.text = "Sideband v"+__version__+" "+__variant__
|
||||||
Clock.schedule_once(self.start_core, 1.5)
|
Clock.schedule_once(self.start_core, 3.5)
|
||||||
|
|
||||||
# Part of the focus hack fix
|
# Part of the focus hack fix
|
||||||
def android_focus_fix(self, sender, val):
|
def android_focus_fix(self, sender, val):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue