From 6711adbcbaaa5c3aa41043a05e716cb1fa5d2a06 Mon Sep 17 00:00:00 2001 From: rainu Date: Sat, 25 Jan 2025 15:28:29 +0100 Subject: [PATCH] hide min-max-button by default (cause it is still experimental) --- config/default.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.go b/config/default.go index 9352458..66ac68f 100644 --- a/config/default.go +++ b/config/default.go @@ -81,7 +81,7 @@ func defaultConfig() *Config { }, QuitShortcut: Shortcut{Code: "escape"}, Theme: ThemeSystem, - MinMaxPosition: MinMaxPositionLeft, + MinMaxPosition: MinMaxPositionNone, CodeStyle: "github", Language: os.Getenv("LANG"), },