mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-03 02:51:46 +00:00
Niri: temp warning fix
This commit is contained in:
@@ -164,7 +164,7 @@ Item {
|
||||
"id": win.id,
|
||||
"title": win.title || "",
|
||||
"appId": win.app_id || "",
|
||||
"workspaceId": win.workspace_id || null,
|
||||
"workspaceId": win.workspace_id || -1,
|
||||
"isFocused": win.is_focused === true,
|
||||
"output": getWindowOutput(win) || "",
|
||||
"position": getWindowPosition(win.layout)
|
||||
|
||||
Reference in New Issue
Block a user