LiquidGUI [1.1.0.0] DEV

- Allow window to minimize.
This commit is contained in:
2024-03-10 20:23:18 +00:00
parent c4f30ca156
commit 52b6f45c60
-1
View File
@@ -13,7 +13,6 @@ class MainWindow(QMainWindow):
super(MainWindow, self).__init__()
self.setWindowTitle("LiquidGUI (v.1.1.0.0)")
self.setFixedSize(450, 350)
self.setWindowFlags(Qt.WindowType.Dialog)
self.lctl = lctl