mirror of
https://github.com/markqvist/Sideband.git
synced 2024-12-25 23:49:29 -05:00
Hide overview menu item
This commit is contained in:
parent
a2575559cb
commit
ad58ab335a
@ -80,13 +80,13 @@ MDNavigationLayout:
|
|||||||
on_release: root.ids.screen_manager.app.map_action(self)
|
on_release: root.ids.screen_manager.app.map_action(self)
|
||||||
|
|
||||||
|
|
||||||
OneLineIconListItem:
|
# OneLineIconListItem:
|
||||||
text: "Overview"
|
# text: "Overview"
|
||||||
on_release: root.ids.screen_manager.app.overview_action(self)
|
# on_release: root.ids.screen_manager.app.overview_action(self)
|
||||||
|
|
||||||
IconLeftWidget:
|
# IconLeftWidget:
|
||||||
icon: "view-dashboard-outline"
|
# icon: "view-dashboard-outline"
|
||||||
on_release: root.ids.screen_manager.app.overview_action(self)
|
# on_release: root.ids.screen_manager.app.overview_action(self)
|
||||||
|
|
||||||
|
|
||||||
OneLineIconListItem:
|
OneLineIconListItem:
|
||||||
|
Loading…
Reference in New Issue
Block a user