mirror of
https://github.com/Rafostar/clapper.git
synced 2025-09-01 08:51:59 +02:00
Add audio and subtitle offset settings to prefs
This commit is contained in:
@@ -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: [
|
||||
|
Reference in New Issue
Block a user