mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Fix MQTT button icon color
This commit is contained in:
parent
17cc178bbd
commit
39b605b128
@ -268,6 +268,7 @@ Control {
|
||||
icon.height: 24
|
||||
font.bold: true
|
||||
Layout.fillWidth: true
|
||||
icon.color: palette.buttonText
|
||||
checked: Cpp_MQTT_Client.isConnectedToHost
|
||||
onClicked: Cpp_MQTT_Client.toggleConnection()
|
||||
text: (checked ? qsTr("Disconnect") :
|
||||
|
Loading…
x
Reference in New Issue
Block a user