mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-04 03:06:57 +00:00
multi-bar: removed all globals bar properties
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user