forked from M-Labs/thermostat
More helpful tooltip
This commit is contained in:
parent
6b4b576518
commit
ec9ce6537c
|
@ -103,7 +103,7 @@ class MainWindow(QtWidgets.QMainWindow, Ui_MainWindow):
|
|||
self.fan_group.setToolTip("")
|
||||
else:
|
||||
self.fan_group.setStyleSheet("background-color: yellow")
|
||||
self.fan_group.setToolTip("Changing the fan settings of not recommended")
|
||||
self.fan_group.setToolTip("fan_pwm not recommended on this hardware revision")
|
||||
|
||||
def fan_update(self, fan_settings):
|
||||
logging.debug(fan_settings)
|
||||
|
|
Loading…
Reference in New Issue