Skip to content

Commit aaa0f42

Browse files
authored
Merge pull request #63 from codeGROOVE-dev/sprinkler
Enable auto-browser opening by default
2 parents 36063ab + 36f42bb commit aaa0f42

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)