mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-05-16 17:22:45 -04:00
text: change default rendering back to Qt
This commit is contained in:
@@ -390,11 +390,9 @@ Item {
|
||||
}
|
||||
|
||||
StyledText {
|
||||
text: DisplayConfigState.allOutputs[modelData]?.connected
|
||||
? I18n.tr("Connected") : I18n.tr("Disconnected")
|
||||
text: DisplayConfigState.allOutputs[modelData]?.connected ? I18n.tr("Connected") : I18n.tr("Disconnected")
|
||||
font.pixelSize: Theme.fontSizeSmall
|
||||
color: DisplayConfigState.allOutputs[modelData]?.connected
|
||||
? Theme.success : Theme.surfaceVariantText
|
||||
color: DisplayConfigState.allOutputs[modelData]?.connected ? Theme.success : Theme.surfaceVariantText
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user