mirror of
https://gitlab.com/Nanolx/qwad.git
synced 2024-11-10 21:05:10 +01:00
bugfix: fix tmd-viewer file-chooser not offering all tmd-files
This commit is contained in:
parent
093bdc774f
commit
20eddb11b9
@ -1,5 +1,6 @@
|
||||
-- 0.9 --
|
||||
* bugfix: fix downloading youtube from cli
|
||||
* bugfix: fix tmd-viewer file-chooser not offering all tmd-files
|
||||
* update available youtube channel versions
|
||||
|
||||
-- 0.8 --
|
||||
|
@ -306,7 +306,7 @@ class MWQwad(QMainWindow, Ui_Qwad):
|
||||
None,
|
||||
self.trUtf8("Select a TMD file"),
|
||||
QString(),
|
||||
self.trUtf8("*.tmd; *.TMD"),
|
||||
self.trUtf8("*.tmd; *.TMD; tmd; TMD"),
|
||||
None,
|
||||
QFileDialog.Options(QFileDialog.DontResolveSymlinks))
|
||||
if tmdpath != "":
|
||||
|
Loading…
Reference in New Issue
Block a user