1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-03 12:08:31 -04:00

refactor(dms-updater): remove hidden updates display in popout view

(cherry picked from commit 7ab0e01573)
This commit is contained in:
purian23
2026-07-13 12:37:04 -04:00
parent 7c6ad65b5a
commit 4b05e7a0fa
2 changed files with 1 additions and 17 deletions
@@ -33,7 +33,6 @@ Singleton {
property int nextCheckUnix: 0
readonly property int updateCount: availableUpdates.length
readonly property int hiddenUpdateCount: _rawUpdates.length - availableUpdates.length
readonly property bool helperAvailable: sysupdateAvailable && backends.length > 0
Connections {