mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 16:02:32 +00:00
feat: enable open-links-in-app by default (#460)
This commit is contained in:
@@ -101,7 +101,7 @@ export function getDefaultSettings(homedir: string): GlobalSettings {
|
||||
// focus-follows-mouse never happens unexpectedly.
|
||||
terminalFocusFollowsMouse: false,
|
||||
terminalScrollbackBytes: 10_000_000,
|
||||
openLinksInApp: false,
|
||||
openLinksInApp: true,
|
||||
rightSidebarOpenByDefault: true,
|
||||
notifications: getDefaultNotificationSettings(),
|
||||
diffDefaultView: 'inline',
|
||||
|
||||
Reference in New Issue
Block a user