IPC: Fix IPC calls when there is only one screen.

This commit is contained in:
Sébastien Atoch
2025-11-03 01:07:13 -05:00
parent 101b27fcc7
commit 1f353b6731
+1 -1
View File
@@ -329,7 +329,7 @@ Item {
// Single monitor setup can execute immediately
if (Quickshell.screens.length === 1) {
pendingCallback(Quickshell.screens[0])
callback(Quickshell.screens[0])
} else {
// Multi-monitors setup needs to start async detection
detectedScreen = null