mirror of
https://gitlab.com/Nanolx/qwad.git
synced 2024-11-13 06:15:06 +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 --
|
-- 0.9 --
|
||||||
* bugfix: fix downloading youtube from cli
|
* bugfix: fix downloading youtube from cli
|
||||||
|
* bugfix: fix tmd-viewer file-chooser not offering all tmd-files
|
||||||
* update available youtube channel versions
|
* update available youtube channel versions
|
||||||
|
|
||||||
-- 0.8 --
|
-- 0.8 --
|
||||||
|
@ -306,7 +306,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; tmd; TMD"),
|
||||||
None,
|
None,
|
||||||
QFileDialog.Options(QFileDialog.DontResolveSymlinks))
|
QFileDialog.Options(QFileDialog.DontResolveSymlinks))
|
||||||
if tmdpath != "":
|
if tmdpath != "":
|
||||||
|
Loading…
Reference in New Issue
Block a user