multi-bar: removed all globals bar properties

This commit is contained in:
ItsLemmy
2025-11-05 00:33:47 -05:00
parent 8c8ee2def3
commit 569a5ba8df
52 changed files with 532 additions and 438 deletions
@@ -17,6 +17,7 @@ NPanel {
panelBorderColor: Color.transparent
property var requestedWidgetSettings: []
property string screenName: screen ? screen.name : ""
panelContent: Item {
@@ -61,7 +62,7 @@ NPanel {
}
function updateWidgetSettingsInSection(section, index, settings) {
Settings.data.bar.widgets[section][index] = settings
Settings.setWidgetSettings(screenName, section, index, settings)
}
function closeWidgetSettings() {