panel-list: Temporarily move the Network panel to below Wi-Fi

This is until we merge the Network, Wi-Fi, and Mobile Broadband
panels.
This commit is contained in:
Georges Basile Stavracas Neto 2019-11-27 19:53:41 -03:00
parent aa98bf47da
commit 86a8ecb705
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ Terminal=false
Type=Application
NoDisplay=true
StartupNotify=true
Categories=GNOME;GTK;Settings;HardwareSettings;X-GNOME-Settings-Panel;
Categories=GNOME;GTK;Settings;HardwareSettings;X-GNOME-Settings-Panel;X-GNOME-ConnectivitySettings;
OnlyShowIn=GNOME;Unity;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=gnome-control-center

View file

@ -386,6 +386,7 @@ filter_func (GtkListBoxRow *row,
static const gchar * const panel_order[] = {
/* Main page */
"wifi",
"network",
"mobile-broadband",
"bluetooth",
"background",
@ -395,7 +396,6 @@ static const gchar * const panel_order[] = {
"privacy",
"online-accounts",
"sharing",
"network",
/* Privacy page */
"location",