(assistant: Assistant)
| 126 | } |
| 127 | |
| 128 | #onRemoveAssistant(assistant: Assistant) { |
| 129 | this.#chatWindows.closeWindow(assistant.id); |
| 130 | this.#chatWindows.removeWindowState(assistant.id); |
| 131 | this.#namedWindows.saveWindowState('dashboard'); |
| 132 | this.saveConfig(); |
| 133 | } |
| 134 | } |
| 135 | |
| 136 | export default new WindowManager; |
nothing calls this directly
no test coverage detected