diff --git a/TODO b/TODO index ff39b4b..05c70d8 100644 --- a/TODO +++ b/TODO @@ -7,6 +7,7 @@ NEW_LAYOUT * Adjust layout see #131 * Multiple items selection (ListCtrl) * Change default video formats +* Labels back to gettext GUI === @@ -68,6 +69,7 @@ Other * Use youtube-dl directly from python instead of using the subprocess module * Script to automatically update file contents like version from .github/ISSUE_TEMPLATE.md file, AUTHORS file, etc.. * Non-Windows shutdown using D-Bus instead of 'shutdown' +* LogManager always write time Invalid ======= diff --git a/youtube_dl_gui/optionsframe.py b/youtube_dl_gui/optionsframe.py index 0dffbed..4d5aa4d 100644 --- a/youtube_dl_gui/optionsframe.py +++ b/youtube_dl_gui/optionsframe.py @@ -34,8 +34,7 @@ from .formats import ( FORMATS ) #TODO Adjust layout -#TODO Add labels to gettext -#TODO Move all formats, etc to formats.py +#REFACTOR Move all formats, etc to formats.py class OptionsFrame(wx.Frame):