rename browsericon
This commit is contained in:
parent
910cd1f16f
commit
41206b03f7
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
import BrowserIcon from '/scripts/GUI/extensionIcon.js';
|
import BrowserIcon from '/scripts/GUI/browsericon.js';
|
||||||
import Image from '/scripts/mapping/image.js';
|
import Image from '/scripts/mapping/image.js';
|
||||||
import Tabs from '/scripts/GUI/tabs.js';
|
import Tabs from '/scripts/GUI/tabs.js';
|
||||||
import texts from "/scripts/mapping/read.js";
|
import texts from "/scripts/mapping/read.js";
|
||||||
|
@ -39,7 +39,7 @@ class IconIndicator {
|
||||||
@param {function} callback the function to run.
|
@param {function} callback the function to run.
|
||||||
*/
|
*/
|
||||||
static set(callback) {
|
static set(callback) {
|
||||||
BrowserIcon.addEventListener("onClicked", callback);
|
BrowserIcon.addActionListener("onClicked", callback);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue