mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-06-05 11:39:33 +00:00
Client with new config system
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user