1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-24 12:05:21 -04:00

fix: UI polishes, uptime formatting, and missing i18n strings (#2686)

* Update CompositorLayoutTab.qml

* add missing i18n strings

* fix context menu overflow and strip uptime prefix

* fix settings index

---------

Co-authored-by: bbedward <bbedward@gmail.com>
This commit is contained in:
Youseffo13
2026-06-23 15:33:29 +02:00
committed by GitHub
parent 39c247d9cb
commit 84f87dd7f3
6 changed files with 13 additions and 8 deletions
@@ -78,7 +78,7 @@ Item {
}
InfoRow {
label: I18n.tr("Uptime")
value: DgopService.uptime || "--"
value: DgopService.uptime ? DgopService.uptime.slice(3) : "--"
}
InfoRow {
label: I18n.tr("Load Average", "system info label")