Only show chat if enabled

This commit is contained in:
shamoon
2025-04-25 23:01:43 -07:00
parent ebd46f08e5
commit d99f2d6160
2 changed files with 7 additions and 1 deletions

View File

@@ -171,6 +171,10 @@ export class AppFrameComponent
})
}
get aiEnabled(): boolean {
return this.settingsService.get(SETTINGS_KEYS.AI_ENABLED)
}
closeMenu() {
this.isMenuCollapsed = true
}