Now statuses have different colors. Various minor fixes
This commit is contained in:
@@ -49,7 +49,7 @@ ApplicationWindow {
|
||||
|
||||
CustomControls.ColoredLabel {
|
||||
text: CanController.isConnected ? "Штатный режим" : "Отсутствует связь с БМФ2"
|
||||
backgroundColor: CanController.isConnected ? Palette.goodColor : Palette.invalidColor
|
||||
backgroundColor: CanController.isConnected ? Palette.goodColor : Palette.errorColor
|
||||
}
|
||||
|
||||
Item {
|
||||
|
||||
Reference in New Issue
Block a user