Skip to content

Commit 36f42bb

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
Enable auto-browser opening by default
1 parent 36063ab commit 36f42bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/goose/settings.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func (app *App) loadSettings() {
2121
// Set defaults first
2222
app.enableAudioCues = true
2323
app.hideStaleIncoming = true
24-
app.enableAutoBrowser = false
24+
app.enableAutoBrowser = true
2525
app.hiddenOrgs = make(map[string]bool)
2626

2727
configDir, err := os.UserConfigDir()

0 commit comments

Comments
 (0)