Remove legacy battery bar module

This commit is contained in:
Ryan Hughes
2026-05-18 21:27:00 -04:00
parent 6fa6e6cc91
commit f1e6fe86b7
7 changed files with 14 additions and 53 deletions
@@ -8,14 +8,14 @@ Item {
id: root
property QtObject bar: null
property string moduleName: "weatherFlyout"
property string moduleName: "weather"
property var settings: ({})
property bool popupOpen: false
function closePopout() { popupOpen = false }
IpcHandler {
target: "weatherFlyout"
target: "weather"
function show(): void {
root.popupOpen = !root.popupOpen
if (root.popupOpen) root.refresh()