Skip to content

Commit

Permalink
hide min-max-button by default (cause it is still experimental)
Browse files Browse the repository at this point in the history
  • Loading branch information
rainu committed Jan 25, 2025
1 parent fd2564e commit 6711adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func defaultConfig() *Config {
},
QuitShortcut: Shortcut{Code: "escape"},
Theme: ThemeSystem,
MinMaxPosition: MinMaxPositionLeft,
MinMaxPosition: MinMaxPositionNone,
CodeStyle: "github",
Language: os.Getenv("LANG"),
},
Expand Down

0 comments on commit 6711adb

Please sign in to comment.