Post refactoring fixes 2/?

This commit is contained in:
quadbyte 2025-08-15 22:06:39 -04:00
parent 4631239b92
commit 258bb37533
10 changed files with 14 additions and 19 deletions

View file

@ -4,6 +4,7 @@ import QtQuick
import Qt.labs.folderlistmodel
import Quickshell
import Quickshell.Io
import qs.Commons
Singleton {
id: root

View file

@ -34,7 +34,7 @@ Singleton {
}
if (typeof Niri !== "undefined") {
if (typeof NiriService !== "undefined") {
isHyprland = false
isNiri = true
initNiri()