Add audio and subtitle offset settings to prefs

This commit is contained in:
Rafostar
2020-11-20 21:19:23 +01:00
parent ac27c364f3
commit 7ccd6ad424
5 changed files with 70 additions and 4 deletions

View File

@@ -158,6 +158,19 @@ class ClapperPrefsDialog extends Gtk.Dialog
}
]
},
{
title: 'Playback',
pages: [
{
title: 'Audio',
widget: Prefs.AudioPage,
},
{
title: 'Subtitles',
widget: Prefs.SubtitlesPage,
}
]
},
{
title: 'Advanced',
pages: [