Remove "Playback" tab from prefs

Move items under "Playback" tab to "Player" tab to reduce number of top bar tabs in prefs. Also temporarly disable subtitles settings due to lack of external subtitles support.
This commit is contained in:
Rafostar
2020-11-22 19:37:18 +01:00
parent 66162349ac
commit 24de7ee8c1

View File

@@ -155,20 +155,17 @@ class ClapperPrefsDialog extends Gtk.Dialog
{ {
title: 'Behaviour', title: 'Behaviour',
widget: Prefs.BehaviourPage, widget: Prefs.BehaviourPage,
}
]
}, },
{
title: 'Playback',
pages: [
{ {
title: 'Audio', title: 'Audio',
widget: Prefs.AudioPage, widget: Prefs.AudioPage,
}, },
/*
{ {
title: 'Subtitles', title: 'Subtitles',
widget: Prefs.SubtitlesPage, widget: Prefs.SubtitlesPage,
} }
*/
] ]
}, },
{ {