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:
@@ -34,7 +34,7 @@ Singleton {
|
||||
Connections {
|
||||
target: NiriWorkspaceService
|
||||
function onFocusedWindowIdChanged() {
|
||||
root.focusedWindowId = NiriWorkspaceService.focusedWindowId
|
||||
root.focusedWindowId = parseInt(NiriWorkspaceService.focusedWindowId) || -1
|
||||
updateFocusedWindowData()
|
||||
}
|
||||
function onFocusedWindowTitleChanged() {
|
||||
|
||||
Reference in New Issue
Block a user