feat(tray): Remove global trayBlacklist

This commit is contained in:
loner
2025-10-10 05:00:13 +08:00
parent 8915de4673
commit f47216033e
4 changed files with 4 additions and 4 deletions
@@ -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