Fan group to be set based on hw_rev only

This commit is contained in:
atse 2023-08-07 13:06:38 +08:00 committed by Tse Kwok Yan
parent 02146f7ce0
commit 57ad076beb
1 changed files with 0 additions and 1 deletions

View File

@ -466,7 +466,6 @@ class MainWindow(QtWidgets.QMainWindow, Ui_MainWindow):
async def _on_connection_changed(self, result):
self.graph_group.setEnabled(result)
self.fan_group.setEnabled(result)
self.report_group.setEnabled(result)
self.thermostat_settings.setEnabled(result)