update position

This commit is contained in:
Prabin Dahal
2024-11-22 12:05:43 +01:00
parent aa6892b05d
commit afb40f385f

View File

@ -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() {