禁用MAA路径直接编辑;更新README至最新版

This commit is contained in:
DLmaster
2024-10-23 21:41:35 +08:00
parent ab94173df7
commit 127500d890
8 changed files with 84 additions and 57 deletions

View File

@@ -1077,6 +1077,7 @@ class Main(QWidget):
self.maa_path = self.ui.findChild(QLineEdit, "lineEdit_MAApath")
self.maa_path.textChanged.connect(self.change_config)
self.maa_path.setReadOnly(True)
self.get_maa_path = self.ui.findChild(QPushButton, "pushButton_getMAApath")
self.get_maa_path.clicked.connect(lambda: self.read("file_path"))