mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-02 18:42:04 +00:00
feat(tray): Remove global trayBlacklist
This commit is contained in:
@@ -10,7 +10,7 @@ ColumnLayout {
|
||||
property var widgetMetadata: ({}) // Expected by BarWidgetSettingsDialog
|
||||
|
||||
// Local state for the blacklist
|
||||
property var localBlacklist: widgetData.blacklist || Settings.data.bar.trayBlacklist || []
|
||||
property var localBlacklist: widgetData.blacklist || []
|
||||
|
||||
ListModel {
|
||||
id: blacklistModel
|
||||
|
||||
Reference in New Issue
Block a user