LockScreen: moved instance from IPCManager.qml to shell
This commit is contained in:
parent
151e2b6aaf
commit
7fced5df95
2 changed files with 10 additions and 13 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue