mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-06-24 03:55:23 -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:
@@ -512,7 +512,7 @@ FloatingWindow {
|
||||
}
|
||||
|
||||
StyledText {
|
||||
text: DgopService.shortUptime || "--"
|
||||
text: DgopService.shortUptime ? DgopService.shortUptime.slice(2) : "--"
|
||||
font.pixelSize: Theme.fontSizeSmall
|
||||
font.weight: Font.Bold
|
||||
color: Theme.surfaceText
|
||||
|
||||
Reference in New Issue
Block a user