Add GUI for ArchUpdater

This commit is contained in:
Ly-sec 2025-08-24 16:35:10 +02:00
parent 5a1ebcd296
commit ac1457a6c6
5 changed files with 393 additions and 162 deletions

View file

@ -11,6 +11,9 @@ Singleton {
// A ref. to the lockScreen, so it's accessible from other services
property var lockScreen: null
// A ref. to the updatePanel, so it's accessible from other services
property var updatePanel: null
// Currently opened panel
property var openedPanel: null