Avoid shoing empty disk usage entries for uninstalled apps

This commit is contained in:
Johannes Zellner
2022-10-14 12:31:45 +02:00
parent 5b24cdaf77
commit ac446d5bd5
3 changed files with 10 additions and 3 deletions
+2 -1
View File
@@ -941,7 +941,8 @@
"usageInfo": "{{ available | prettyDiskSize }}</b> of <b>{{ size | prettyDiskSize }}</b> available",
"diskContent": "This {{ type }} disk contains",
"notAvailableYet": "Not available yet",
"usedInfo": "{{ used }} used of {{ size }}"
"usedInfo": "{{ used }} used of {{ size }}",
"uninstalledApp": "Uninstalled app"
},
"systemMemory": {
"title": "System Memory",