From 585ad811025996ab8647d634aea2e48a8f2b27cc Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 23 Nov 2022 22:00:12 +0100 Subject: [PATCH] Updated menu layouts --- sbapp/ui/layouts.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sbapp/ui/layouts.py b/sbapp/ui/layouts.py index 61fd369..b9e38c5 100644 --- a/sbapp/ui/layouts.py +++ b/sbapp/ui/layouts.py @@ -1749,6 +1749,7 @@ MDNavigationLayout: OneLineIconListItem: text: "Conversations" on_release: root.ids.screen_manager.app.conversations_action(self) + # _no_ripple_effect: True IconLeftWidget: icon: "email" @@ -1785,7 +1786,6 @@ MDNavigationLayout: OneLineIconListItem: text: "Preferences" on_release: root.ids.screen_manager.app.settings_action(self) - _no_ripple_effect: True IconLeftWidget: icon: "cog" @@ -1795,7 +1795,6 @@ MDNavigationLayout: OneLineIconListItem: text: "Connectivity" on_release: root.ids.screen_manager.app.connectivity_action(self) - _no_ripple_effect: True IconLeftWidget: icon: "wifi" @@ -1805,7 +1804,6 @@ MDNavigationLayout: OneLineIconListItem: text: "Hardware" on_release: root.ids.screen_manager.app.hardware_action(self) - _no_ripple_effect: True IconLeftWidget: icon: "router-wireless" @@ -1815,7 +1813,6 @@ MDNavigationLayout: OneLineIconListItem: text: "Encryption Keys" on_release: root.ids.screen_manager.app.keys_action(self) - _no_ripple_effect: True IconLeftWidget: icon: "key-chain" @@ -1825,7 +1822,6 @@ MDNavigationLayout: OneLineIconListItem: text: "Guide" on_release: root.ids.screen_manager.app.guide_action(self) - _no_ripple_effect: True IconLeftWidget: icon: "book-open" @@ -1836,7 +1832,6 @@ MDNavigationLayout: id: app_version_info text: "" on_release: root.ids.screen_manager.app.information_action(self) - _no_ripple_effect: True IconLeftWidget: icon: "information" @@ -1846,7 +1841,6 @@ MDNavigationLayout: OneLineIconListItem: text: "Shutdown" on_release: root.ids.screen_manager.app.quit_action(self) - _no_ripple_effect: True IconLeftWidget: icon: "power"