qs: streamline IPC function names

This commit is contained in:
2026-03-08 14:43:09 +01:00
parent 0d13a02e29
commit 12529a4c3c
7 changed files with 37 additions and 35 deletions
@@ -12,18 +12,15 @@ ShellRoot {
Component.onCompleted: {
ImageCacheService.init();
SunsetService;
}
Loader {
id: loader
active: Init.loaded && NukeKded6.done && ImageCacheService.initialized && ShellState.isLoaded
active: Init.loaded && ImageCacheService.initialized && ShellState.isLoaded
sourceComponent: Item {
Component.onCompleted: {
SunsetService;
}
IPCService {
id: ipcService
}