update module

This commit is contained in:
Zacharias-Brohn
2025-10-13 21:41:37 +02:00
parent 5297e81ca6
commit f08ef0ddb6
5 changed files with 167 additions and 0 deletions
+8
View File
@@ -62,6 +62,14 @@ Scope {
Layout.topMargin: 6
Layout.bottomMargin: 6
}
UpdatesWidget {
Layout.alignment: Qt.AlignVCenter | Qt.AlignLeft
Layout.fillHeight: true
Layout.topMargin: 6
Layout.bottomMargin: 6
countUpdates: Updates.availableUpdates
}
}
RowLayout {