diff --git a/scripts/GUI/entrypoints/menuentry.js b/scripts/GUI/entrypoints/menuentry.js index 978f9e6..309e409 100644 --- a/scripts/GUI/entrypoints/menuentry.js +++ b/scripts/GUI/entrypoints/menuentry.js @@ -12,6 +12,9 @@ export default class MenuEntry { Enable the sidebar. */ enable () { + // First disable to prevent ghost entries. + this.disable(); + this.menu.show(); }