1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-11 00:02:28 -04:00

make system updater widget more generic

This commit is contained in:
bbedward
2025-09-15 11:55:15 -04:00
parent e4f86abda9
commit 903ef0cc72
6 changed files with 86 additions and 61 deletions

View File

@@ -274,12 +274,12 @@ ShellRoot {
}
LazyLoader {
id: archUpdaterLoader
id: systemUpdateLoader
active: false
ArchUpdaterPopout {
id: archUpdaterPopout
SystemUpdatePopout {
id: systemUpdatePopout
}
}