Client with new config system

This commit is contained in:
Artem30801
2020-01-05 17:58:04 +03:00
parent 81c6961841
commit 3798a5fddc
2 changed files with 52 additions and 74 deletions

View File

@@ -431,7 +431,7 @@ class MainWindow(QtWidgets.QMainWindow):
if not ok or not mode:
return
path = QFileDialog.getOpenFileName(self, "Select configuration file", filter="Configs (*.ini *.txt .cfg)")[0]
path = QFileDialog.getOpenFileName(self, "Select configuration file", filter="Configs (*.ini *.txt *.cfg)")[0]
if not path:
return