panel: Fix ordering of status icons
Otherwise a11y would be added to the right of the power indicator instead of to the left of keyboard indicator
This commit is contained in:
parent
83265bb12a
commit
8f4a4d93f2
@ -964,7 +964,7 @@ Panel.prototype = {
|
||||
}
|
||||
|
||||
let indicator = new constructor();
|
||||
this.addToStatusArea(role, indicator, i-1);
|
||||
this.addToStatusArea(role, indicator, i);
|
||||
}
|
||||
|
||||
// PopupMenuManager depends on menus being added in order for
|
||||
|
Loading…
Reference in New Issue
Block a user