update position
This commit is contained in:
@ -62,7 +62,7 @@ class Extension {
|
||||
|
||||
enable() {
|
||||
this._indicator = new Indicator();
|
||||
Main.panel.addToStatusArea(this._uuid, this._indicator);
|
||||
Main.panel.addToStatusArea(this._uuid, this._indicator, 5);
|
||||
}
|
||||
|
||||
disable() {
|
||||
|
Reference in New Issue
Block a user