Browse Source

Rearrange options tabs

doc-issue-template
MrS0m30n3 10 years ago
parent
commit
9dd76c7214
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl_gui/YoutubeDLGUI.py

2
youtube_dl_gui/YoutubeDLGUI.py

@ -1270,8 +1270,8 @@ class OptionsFrame(wx.Frame):
notebook.AddPage(self.general_tab, "General")
notebook.AddPage(self.video_tab, "Video")
notebook.AddPage(self.audio_tab, "Audio")
notebook.AddPage(self.output_tab, "Output")
notebook.AddPage(self.playlist_tab, "Playlist")
notebook.AddPage(self.output_tab, "Output")
notebook.AddPage(self.subtitles_tab, "Subtitles")
notebook.AddPage(self.filesystem_tab, "Filesystem")
notebook.AddPage(self.shutdown_tab, "Shutdown")

Loading…
Cancel
Save