multi-bar: new backend storage implementation with migration

This commit is contained in:
ItsLemmy
2025-11-04 22:46:47 -05:00
parent c78e3b5653
commit a61dc00e83
4 changed files with 392 additions and 132 deletions
+1 -1
View File
@@ -292,7 +292,7 @@ ShellRoot {
if (!parent.windowLoaded || !parent.shouldBeActive || !BarService.isVisible)
return false
// Check if bar is configured for this screen
// Check if bar is configured to show on this screen
var monitors = Settings.data.bar.monitors || []
return monitors.length === 0 || monitors.includes(modelData?.name)
}