From a2b924d7e9492b978ad6dc33b6c1ffcb304b4bc5 Mon Sep 17 00:00:00 2001 From: Nippy Date: Sat, 9 May 2026 13:33:09 +0200 Subject: raveos update --- .../quickshell/Modules/ControlCenter/utils/state.js | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/Modules/ControlCenter/utils/state.js (limited to 'raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/Modules/ControlCenter/utils/state.js') diff --git a/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/Modules/ControlCenter/utils/state.js b/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/Modules/ControlCenter/utils/state.js deleted file mode 100644 index a2d59a6..0000000 --- a/raveos-hyprland-theme/theme-data/DankMaterialShell/quickshell/Modules/ControlCenter/utils/state.js +++ /dev/null @@ -1,17 +0,0 @@ -function openWithSection(root, section) { - if (root.shouldBeVisible) { - root.close(); - } else { - root.expandedSection = section; - root.open(); - } -} - -function toggleSection(root, section) { - if (root.expandedSection === section) { - root.expandedSection = ""; - root.expandedWidgetIndex = -1; - } else { - root.expandedSection = section; - } -} -- cgit v1.3