简化代码,解决程序图标问题

This commit is contained in:
yqsphp
2026-01-13 15:23:26 +08:00
parent e66c610b65
commit 235eac664f

View File

@@ -72,7 +72,7 @@ class MainWindow(QMainWindow):
def init_ui(self):
"""初始化UI界面"""
version = "v1.0.2"
version = "v1.0.3"
app_name = "多媒体投屏 by yqsphp"
self.setWindowTitle(app_name)