Removed DEV label from app.
This commit is contained in:
@@ -14,7 +14,7 @@ class MainWindow(QMainWindow):
|
|||||||
""" Main application window. """
|
""" Main application window. """
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super(MainWindow, self).__init__()
|
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.setFixedSize(450, 385)
|
||||||
|
|
||||||
self.lctl = LiquidCTL_Helper()
|
self.lctl = LiquidCTL_Helper()
|
||||||
|
|||||||
Reference in New Issue
Block a user