mirror of
https://gitlab.com/Nanolx/qwad.git
synced 2024-11-22 02:29:18 +01:00
fixed a bug that tmd-viewer couldn't select file
This commit is contained in:
parent
56e994f31e
commit
636c441cdb
@ -300,7 +300,7 @@ class MWQwad(QMainWindow, Ui_Qwad):
|
|||||||
None,
|
None,
|
||||||
self.trUtf8("Select a TMD file"),
|
self.trUtf8("Select a TMD file"),
|
||||||
QString(),
|
QString(),
|
||||||
self.trUtf8("tmd; TMD"),
|
self.trUtf8("*.tmd; *.TMD"),
|
||||||
None,
|
None,
|
||||||
QFileDialog.Options(QFileDialog.DontResolveSymlinks))
|
QFileDialog.Options(QFileDialog.DontResolveSymlinks))
|
||||||
if tmdpath != "":
|
if tmdpath != "":
|
||||||
|
Loading…
Reference in New Issue
Block a user