More helpful tooltip

This commit is contained in:
atse 2023-07-05 15:37:21 +08:00
parent 6b4b576518
commit ec9ce6537c
1 changed files with 1 additions and 1 deletions

View File

@ -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)