Skip to content

Commit

Permalink
Remove obsolete option
Browse files Browse the repository at this point in the history
  • Loading branch information
7x11x13 committed Jun 13, 2024
1 parent 2a30625 commit 994eeb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ audio
*.user
pyvenv.cfg
.qt_for_python
.python-version
.python-version
*_ui.py
1 change: 0 additions & 1 deletion songs_to_youtube/config/default.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ videoTagsAlbum=
videoVisibilityAlbum=PUBLIC
notifySubs=PySide6.QtCore.Qt.CheckState.Checked
notifySubsAlbum=PySide6.QtCore.Qt.CheckState.Checked
headlessBrowser=PySide6.QtCore.Qt.CheckState.Checked
timestampFormat=~{%H}:~{%0M}:~{%0S} ~{videoTitle}
9 changes: 1 addition & 8 deletions songs_to_youtube/ui/settingswindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,7 @@
</property>
</widget>
</item>
<item>
<widget class="SettingCheckBox" name="headlessBrowser">
<property name="text">
<string>Hide browser while uploading?</string>
</property>
</widget>
</item>
<item>
<item>
<widget class="QLabel" name="label_11">
<property name="text">
<string>Upload videos as:</string>
Expand Down

0 comments on commit 994eeb0

Please sign in to comment.