Added skills, shortcuts, and bugifixes++
This commit is contained in:
@@ -54,6 +54,13 @@ struct oAIApp: App {
|
||||
}
|
||||
}
|
||||
|
||||
CommandGroup(replacing: .appSettings) {
|
||||
Button("Settings...") {
|
||||
chatViewModel.showSettings = true
|
||||
}
|
||||
.keyboardShortcut(",", modifiers: .command)
|
||||
}
|
||||
|
||||
CommandGroup(replacing: .help) {
|
||||
Button("oAI Help") {
|
||||
openHelp()
|
||||
|
||||
Reference in New Issue
Block a user