mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-04 11:16:03 +00:00
ActiveWindow: Fix #338
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user