Skip to content

Commit

Permalink
Merge branch 'main' of github.com:AugustDev/enchanted-ios-llm
Browse files Browse the repository at this point in the history
  • Loading branch information
gluonfield committed Mar 12, 2024
2 parents d4c570b + 48dbe2d commit 8844a9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Enchanted/Application/EnchantedApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ struct EnchantedApp: App {
HotkeyService.shared.register(callback: {panelManager.togglePanel()})
#endif
}
#if os(macOS)
.onAppear {
NSWindow.allowsAutomaticWindowTabbing = false
}
#endif
}
#if os(macOS)
Window("Keyboard Shortcuts", id: "keyboard-shortcuts") {
Expand Down

0 comments on commit 8844a9d

Please sign in to comment.