mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-06 21:45:38 -05:00
Implement compact toggles for clock & media topbar widgets
This commit is contained in:
@@ -43,7 +43,7 @@ Rectangle {
|
||||
font.pixelSize: Theme.fontSizeSmall
|
||||
color: Theme.outlineButton
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
visible: !compactMode
|
||||
visible: !Prefs.clockCompactMode
|
||||
}
|
||||
|
||||
StyledText {
|
||||
@@ -51,7 +51,7 @@ Rectangle {
|
||||
font.pixelSize: Theme.fontSizeMedium - 1
|
||||
color: Theme.surfaceText
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
visible: !compactMode
|
||||
visible: !Prefs.clockCompactMode
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user