mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2024-11-22 13:30:36 +01:00
Updated menu layouts
This commit is contained in:
parent
7232e6a9ed
commit
585ad81102
@ -1749,6 +1749,7 @@ MDNavigationLayout:
|
|||||||
OneLineIconListItem:
|
OneLineIconListItem:
|
||||||
text: "Conversations"
|
text: "Conversations"
|
||||||
on_release: root.ids.screen_manager.app.conversations_action(self)
|
on_release: root.ids.screen_manager.app.conversations_action(self)
|
||||||
|
# _no_ripple_effect: True
|
||||||
|
|
||||||
IconLeftWidget:
|
IconLeftWidget:
|
||||||
icon: "email"
|
icon: "email"
|
||||||
@ -1785,7 +1786,6 @@ MDNavigationLayout:
|
|||||||
OneLineIconListItem:
|
OneLineIconListItem:
|
||||||
text: "Preferences"
|
text: "Preferences"
|
||||||
on_release: root.ids.screen_manager.app.settings_action(self)
|
on_release: root.ids.screen_manager.app.settings_action(self)
|
||||||
_no_ripple_effect: True
|
|
||||||
|
|
||||||
IconLeftWidget:
|
IconLeftWidget:
|
||||||
icon: "cog"
|
icon: "cog"
|
||||||
@ -1795,7 +1795,6 @@ MDNavigationLayout:
|
|||||||
OneLineIconListItem:
|
OneLineIconListItem:
|
||||||
text: "Connectivity"
|
text: "Connectivity"
|
||||||
on_release: root.ids.screen_manager.app.connectivity_action(self)
|
on_release: root.ids.screen_manager.app.connectivity_action(self)
|
||||||
_no_ripple_effect: True
|
|
||||||
|
|
||||||
IconLeftWidget:
|
IconLeftWidget:
|
||||||
icon: "wifi"
|
icon: "wifi"
|
||||||
@ -1805,7 +1804,6 @@ MDNavigationLayout:
|
|||||||
OneLineIconListItem:
|
OneLineIconListItem:
|
||||||
text: "Hardware"
|
text: "Hardware"
|
||||||
on_release: root.ids.screen_manager.app.hardware_action(self)
|
on_release: root.ids.screen_manager.app.hardware_action(self)
|
||||||
_no_ripple_effect: True
|
|
||||||
|
|
||||||
IconLeftWidget:
|
IconLeftWidget:
|
||||||
icon: "router-wireless"
|
icon: "router-wireless"
|
||||||
@ -1815,7 +1813,6 @@ MDNavigationLayout:
|
|||||||
OneLineIconListItem:
|
OneLineIconListItem:
|
||||||
text: "Encryption Keys"
|
text: "Encryption Keys"
|
||||||
on_release: root.ids.screen_manager.app.keys_action(self)
|
on_release: root.ids.screen_manager.app.keys_action(self)
|
||||||
_no_ripple_effect: True
|
|
||||||
|
|
||||||
IconLeftWidget:
|
IconLeftWidget:
|
||||||
icon: "key-chain"
|
icon: "key-chain"
|
||||||
@ -1825,7 +1822,6 @@ MDNavigationLayout:
|
|||||||
OneLineIconListItem:
|
OneLineIconListItem:
|
||||||
text: "Guide"
|
text: "Guide"
|
||||||
on_release: root.ids.screen_manager.app.guide_action(self)
|
on_release: root.ids.screen_manager.app.guide_action(self)
|
||||||
_no_ripple_effect: True
|
|
||||||
|
|
||||||
IconLeftWidget:
|
IconLeftWidget:
|
||||||
icon: "book-open"
|
icon: "book-open"
|
||||||
@ -1836,7 +1832,6 @@ MDNavigationLayout:
|
|||||||
id: app_version_info
|
id: app_version_info
|
||||||
text: ""
|
text: ""
|
||||||
on_release: root.ids.screen_manager.app.information_action(self)
|
on_release: root.ids.screen_manager.app.information_action(self)
|
||||||
_no_ripple_effect: True
|
|
||||||
|
|
||||||
IconLeftWidget:
|
IconLeftWidget:
|
||||||
icon: "information"
|
icon: "information"
|
||||||
@ -1846,7 +1841,6 @@ MDNavigationLayout:
|
|||||||
OneLineIconListItem:
|
OneLineIconListItem:
|
||||||
text: "Shutdown"
|
text: "Shutdown"
|
||||||
on_release: root.ids.screen_manager.app.quit_action(self)
|
on_release: root.ids.screen_manager.app.quit_action(self)
|
||||||
_no_ripple_effect: True
|
|
||||||
|
|
||||||
IconLeftWidget:
|
IconLeftWidget:
|
||||||
icon: "power"
|
icon: "power"
|
||||||
|
Loading…
Reference in New Issue
Block a user