mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-30 10:08:41 -04:00
Fixed (in the spatial sense) menu scroll.
This commit is contained in:
parent
19d41a182d
commit
bfd96a98ac
1 changed files with 1 additions and 0 deletions
|
@ -350,6 +350,7 @@ class SidebandApp(MDApp):
|
|||
|
||||
self.root.ids.screen_manager.app = self
|
||||
self.root.ids.app_version_info.text = "Sideband v"+__version__+" "+__variant__
|
||||
self.root.ids.nav_scrollview.effect_cls = ScrollEffect
|
||||
Clock.schedule_once(self.start_core, 3.5)
|
||||
|
||||
# Part of the focus hack fix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue