LockScreen: moved instance from IPCManager.qml to shell

This commit is contained in:
quadbyte 2025-08-14 14:58:18 -04:00
parent 151e2b6aaf
commit 7fced5df95
2 changed files with 10 additions and 13 deletions

View file

@ -1,6 +1,5 @@
import QtQuick
import Quickshell.Io
import qs.Modules.LockScreen
Item {
id: root
@ -49,9 +48,4 @@ Item {
lockScreen.locked = !lockScreen.locked
}
}
// LockScreen instance
LockScreen {
id: lockScreen
}
}