1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-09 15:22:13 -04:00

settings: various consistency issues fixed

part of #725
This commit is contained in:
bbedward
2025-11-15 12:05:44 -05:00
parent 7e17e7d37a
commit 20f7d60147
15 changed files with 46 additions and 31 deletions

View File

@@ -139,7 +139,7 @@ Rectangle {
}
StyledText {
text: DgopService.distribution || "Linux"
text: UserInfoService.hostname || "Linux"
font.pixelSize: Theme.fontSizeMedium
color: Theme.surfaceVariantText
elide: Text.ElideRight