1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-07 05:55:37 -05:00
This commit is contained in:
purian23
2025-07-14 20:32:51 -04:00
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() {