mirror of
https://github.com/yv1ing/ShotRDP.git
synced 2025-09-16 15:10:57 +08:00
修复一些错误代码
This commit is contained in:
@@ -61,6 +61,7 @@ class Worker(QObject):
|
||||
class MainWindow(QWidget):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self.setWindowFlag(Qt.WindowType.WindowMaximizeButtonHint, False)
|
||||
self.init_ui()
|
||||
|
||||
def init_ui(self):
|
||||
|
||||
Reference in New Issue
Block a user