mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-31 03:27:40 +01:00
settings: Recategorize background stream settings
Move the background streams settings page to the general category.
This commit is contained in:
parent
e4f7468786
commit
3244cf0837
@ -139,6 +139,8 @@ SettingsDialog::SettingsDialog(Application* app, BackgroundStreams* streams,
|
||||
AddPage(Page_Playback, new PlaybackSettingsPage(this), general);
|
||||
AddPage(Page_Behaviour, new BehaviourSettingsPage(this), general);
|
||||
AddPage(Page_Library, new LibrarySettingsPage(this), general);
|
||||
AddPage(Page_BackgroundStreams, new BackgroundStreamsSettingsPage(this),
|
||||
general);
|
||||
AddPage(Page_Proxy, new NetworkProxySettingsPage(this), general);
|
||||
AddPage(Page_Transcoding, new TranscoderSettingsPage(this), general);
|
||||
AddPage(Page_NetworkRemote, new NetworkRemoteSettingsPage(this), general);
|
||||
@ -194,8 +196,6 @@ SettingsDialog::SettingsDialog(Application* app, BackgroundStreams* streams,
|
||||
AddPage(Page_Magnatune, new MagnatuneSettingsPage(this), providers);
|
||||
AddPage(Page_DigitallyImported, new DigitallyImportedSettingsPage(this),
|
||||
providers);
|
||||
AddPage(Page_BackgroundStreams, new BackgroundStreamsSettingsPage(this),
|
||||
providers);
|
||||
AddPage(Page_Subsonic, new SubsonicSettingsPage(this), providers);
|
||||
AddPage(Page_Podcasts, new PodcastSettingsPage(this), providers);
|
||||
AddPage(Page_RadioBrowser, new RadioBrowserSettingsPage(this), providers);
|
||||
|
Loading…
x
Reference in New Issue
Block a user