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:
parent
77aaf3146b
commit
0a4ce2aa22
1 changed files with 2 additions and 2 deletions
|
@ -289,10 +289,10 @@ static const gchar * const panel_order[] = {
|
|||
"network",
|
||||
|
||||
/* Devices page */
|
||||
"printers",
|
||||
"display",
|
||||
"keyboard",
|
||||
"mouse",
|
||||
"display",
|
||||
"printers",
|
||||
"removable-media",
|
||||
"wacom",
|
||||
"color",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue