diff --git a/ChangeLog b/ChangeLog index a7ce93a..1373278 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 -- diff --git a/GUI/VenPri.py b/GUI/VenPri.py index 349522e..4a1b739 100644 --- a/GUI/VenPri.py +++ b/GUI/VenPri.py @@ -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 != "":