Add AppLauncher

This commit is contained in:
Ly-sec 2025-08-14 18:44:04 +02:00
parent 4635aec80e
commit 2b39cbfe01
6 changed files with 788 additions and 19 deletions

View file

@ -37,7 +37,8 @@ Item {
IpcHandler {
target: "appLauncher"
function toggle() {// TODO
function toggle() {
appLauncherPanel.isLoaded = !appLauncherPanel.isLoaded
}
}