Fix Hud
Rolling release / release (push) Successful in 7m27s

This commit is contained in:
2026-09-12 16:09:52 -04:00
parent 2f6e4b3af9
commit 04a9306594
3 changed files with 108 additions and 13 deletions
@@ -137,7 +137,10 @@ export default class JarvisExtension extends Extension {
settingsItem.connect('activate', () => this._openSettings());
menu.addMenuItem(settingsItem);
} catch {}
this._menuState = menu.connect('open-state-changed', (_menu, open) => { if (!open) this.popup.endTalk(); });
this._menuState = menu.connect('open-state-changed', (_menu, open) => {
if (!open) this.popup.endTalk();
else this.popup.followActive();
});
}
_openPopup() { try { this._indicator.menu.open(); } catch {} }
_openSettings() {