spi refactor

This commit is contained in:
Teo
2026-07-03 17:59:14 +02:00
parent 139ef3b4fd
commit 49e08f0093
3 changed files with 48 additions and 5 deletions
+3
View File
@@ -7,6 +7,7 @@ import "./modules/bar"
import "./modules/wp"
import "./modules/wlogout"
import "./modules/jl"
import "./modules/background"
ShellRoot {
id: root
@@ -25,6 +26,8 @@ ShellRoot {
id : wlLoader
}
Background {}
function openWlogout() {
wlLoader.openWlogout()
}