ActiveWindow: Fix #338

This commit is contained in:
ItsLemmy
2025-09-22 16:01:15 -04:00
parent 6fbaf46ed9
commit 4a4cd20553
+2 -2
View File
@@ -114,9 +114,9 @@ Singleton {
// Get window title for focused window
function getFocusedWindowTitle() {
if (focusedWindowIndex >= 0 && focusedWindowIndex < windows.length) {
return windows[focusedWindowIndex].title || "(Unnamed window)"
return windows[focusedWindowIndex].title || "Unnamed window"
}
return "(No active window)"
return ""
}
// Generic workspace switching