feat: fixed display signal handling on disable

This commit is contained in:
Lucas Oskorep
2025-05-02 01:31:46 -04:00
parent 822a7bd2e4
commit 717c240d70
5 changed files with 89 additions and 224 deletions

View File

@ -26,6 +26,7 @@ export default class aerospike extends Extension {
disable() {
this.windowManager.disable()
this.removeKeybindings()
}