1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

just show mount path - wasted space = less

This commit is contained in:
bbedward
2025-09-24 18:09:36 -04:00
parent b893694977
commit bdc79a13a9

View File

@@ -39,7 +39,7 @@ CompoundPill {
if (!selectedMount) { if (!selectedMount) {
return "No disk data" return "No disk data"
} }
return `Disk Usage ${selectedMount.mount}` return selectedMount.mount
} }
secondaryText: { secondaryText: {