Add some YouTube related preferences

This commit is contained in:
Rafał Dzięgiel
2021-04-16 10:35:34 +02:00
parent 3a998fb91e
commit 2fd94fdc70
5 changed files with 32 additions and 4 deletions

View File

@@ -228,6 +228,10 @@ class ClapperPrefsDialog extends Gtk.Dialog
{
title: 'Network',
widget: Prefs.NetworkPage,
},
{
title: 'YouTube',
widget: Prefs.YouTubePage,
}
]
},