Removed DEV label from app.

This commit is contained in:
2024-07-09 22:01:26 +01:00
parent 65456aa5c6
commit 852186587c
+1 -1
View File
@@ -14,7 +14,7 @@ class MainWindow(QMainWindow):
""" Main application window. """
def __init__(self):
super(MainWindow, self).__init__()
self.setWindowTitle("LiquidGUI (v.1.1.0.0) DEV")
self.setWindowTitle("LiquidGUI (v.1.1.0.0)")
self.setFixedSize(450, 385)
self.lctl = LiquidCTL_Helper()