1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-07 05:55:37 -05:00

Fix some log warnings

This commit is contained in:
bbedward
2025-07-14 16:11:40 -04:00
parent 6f1e23437c
commit 9f3358b253
3 changed files with 16 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ Singleton {
Connections {
target: NiriWorkspaceService
function onFocusedWindowIdChanged() {
root.focusedWindowId = NiriWorkspaceService.focusedWindowId
root.focusedWindowId = parseInt(NiriWorkspaceService.focusedWindowId) || -1
updateFocusedWindowData()
}
function onFocusedWindowTitleChanged() {