shell: Swap Display and Printers positions

So that whenever the user opens the "Devices" section,
the Display panel is the first panel to dislpay. This
is because the user most likely always have a display,
while they might not always have a printer available.

https://bugzilla.gnome.org/show_bug.cgi?id=786606
This commit is contained in:
Georges Basile Stavracas Neto 2018-01-30 11:12:41 -02:00
parent 77aaf3146b
commit 0a4ce2aa22

View file

@ -289,10 +289,10 @@ static const gchar * const panel_order[] = {
"network",
/* Devices page */
"printers",
"display",
"keyboard",
"mouse",
"display",
"printers",
"removable-media",
"wacom",
"color",