1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-19 09:35:22 -04:00

settings: fix semvar signal moved to different service

This commit is contained in:
bbedward
2026-05-01 18:38:48 -04:00
parent c81645bacb
commit c1cbd0994f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ FocusScope {
}
Connections {
target: SystemUpdateService
target: ShellVersionService
function onSemverVersionChanged() {
incompatWarning.refresh();
}