LiquidGUI [1.0.1.3] Bugfix Release

- Moved device init into dedicated function to prevent unwanted
device re-init.
- Library renaming.
This commit is contained in:
2023-08-19 19:50:26 +01:00
parent 52b6f45c60
commit c8ca1e881d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ from MessageHandler import MessageHandler
class MainWindow(QMainWindow): class MainWindow(QMainWindow):
def __init__(self, lctl): def __init__(self, lctl):
super(MainWindow, self).__init__() super(MainWindow, self).__init__()
self.setWindowTitle("LiquidGUI (v.1.1.0.0)") self.setWindowTitle("LiquidGUI (v.1.0.2.0)")
self.setFixedSize(450, 350) self.setFixedSize(450, 350)
self.lctl = lctl self.lctl = lctl