Sort settings pages
This commit is contained in:
@@ -60,14 +60,14 @@
|
||||
#include "collectionsettingspage.h"
|
||||
#include "backendsettingspage.h"
|
||||
#include "playlistsettingspage.h"
|
||||
#include "appearancesettingspage.h"
|
||||
#include "contextsettingspage.h"
|
||||
#include "scrobblersettingspage.h"
|
||||
#include "notificationssettingspage.h"
|
||||
#include "shortcutssettingspage.h"
|
||||
#include "lyricssettingspage.h"
|
||||
#include "transcodersettingspage.h"
|
||||
#include "networkproxysettingspage.h"
|
||||
#include "lyricssettingspage.h"
|
||||
#include "appearancesettingspage.h"
|
||||
#include "contextsettingspage.h"
|
||||
#include "notificationssettingspage.h"
|
||||
#include "shortcutssettingspage.h"
|
||||
#ifdef HAVE_MOODBAR
|
||||
# include "moodbarsettingspage.h"
|
||||
#endif
|
||||
@@ -131,6 +131,7 @@ SettingsDialog::SettingsDialog(Application *app, QMainWindow *mainwindow, QWidge
|
||||
AddPage(Page_Backend, new BackendSettingsPage(this), general);
|
||||
AddPage(Page_Playlist, new PlaylistSettingsPage(this), general);
|
||||
AddPage(Page_Scrobbler, new ScrobblerSettingsPage(this), general);
|
||||
AddPage(Page_Lyrics, new LyricsSettingsPage(this), general);
|
||||
#ifdef HAVE_GSTREAMER
|
||||
AddPage(Page_Transcoding, new TranscoderSettingsPage(this), general);
|
||||
#endif
|
||||
@@ -139,7 +140,6 @@ SettingsDialog::SettingsDialog(Application *app, QMainWindow *mainwindow, QWidge
|
||||
QTreeWidgetItem *iface = AddCategory(tr("User interface"));
|
||||
AddPage(Page_Appearance, new AppearanceSettingsPage(this), iface);
|
||||
AddPage(Page_Context, new ContextSettingsPage(this), iface);
|
||||
AddPage(Page_Lyrics, new LyricsSettingsPage(this), iface);
|
||||
AddPage(Page_Notifications, new NotificationsSettingsPage(this), iface);
|
||||
|
||||
#ifdef HAVE_GLOBALSHORTCUTS
|
||||
|
||||
Reference in New Issue
Block a user