mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Revert "Niri: Hide bar and panels when in overview (testing)"
This reverts commit 4f230f8c22.
This commit is contained in:
@@ -4,7 +4,6 @@ import Quickshell.Wayland
|
||||
|
||||
import qs.Commons
|
||||
import qs.Modules.MainScreen
|
||||
import qs.Services.Compositor
|
||||
import qs.Services.Noctalia
|
||||
import qs.Services.UI
|
||||
|
||||
@@ -28,9 +27,6 @@ Variants {
|
||||
shouldLoad = monitors.length === 0 || monitors.includes(modelData?.name);
|
||||
}
|
||||
|
||||
// If niri and in overview, hide everything
|
||||
shouldLoad = shouldLoad && (!CompositorService.isNiri || !CompositorService.backend.overviewActive);
|
||||
|
||||
if (shouldLoad) {
|
||||
Logger.d("AllScreens", "Screen activated: ", modelData?.name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user