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