diff --git a/scripts/GUI/entrypoints/manager.js b/scripts/GUI/entrypoints/manager.js index fb6d831..5e3ef91 100644 --- a/scripts/GUI/entrypoints/manager.js +++ b/scripts/GUI/entrypoints/manager.js @@ -25,7 +25,7 @@ export default class EntryManager { Window.addActionListener(`onFocusChanged`, (data) => {this.onRefresh()}); // Add the context menu event. - IconIndicator.set(this.instances.popup.show); + IconIndicator.set(() => {this.instances.popup.show()}); this.instances.menu.menu.onclick(() => {this.instances.popup.show()}); }