From 294570afc1cd0624ea6b4815a76efc7cef5d0e00 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 31 Oct 2023 17:49:16 +0100 Subject: [PATCH] Cleanup --- sbapp/ui/layouts.py | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/sbapp/ui/layouts.py b/sbapp/ui/layouts.py index 9a8f04f..63e31de 100644 --- a/sbapp/ui/layouts.py +++ b/sbapp/ui/layouts.py @@ -1131,28 +1131,6 @@ MDScreen: size_hint_y: None height: self.texture_size[1] - MDLabel: - id: settings_info0 - markup: True - text: "\\nTest - Remove" - size_hint_y: None - height: self.texture_size[1] - - MDBoxLayout: - orientation: "horizontal" - size_hint_y: None - padding: [0,0,dp(24),dp(0)] - height: dp(48) - - MDLabel: - text: "Notifications" - font_style: "H6" - - MDSwitch: - id: settings_notifications_on - pos_hint: {"center_y": 0.3} - active: True - MDBoxLayout: id: telemetry_information_fields orientation: "horizontal"