summaryrefslogtreecommitdiffstats
path: root/docs/Config.md
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2023-11-26 13:11:50 +0100
committerStefan Haller <stefan@haller-berlin.de>2024-01-09 15:45:26 +0100
commitd70dd5123dfca5248ab9f2396307c46eff96bcb4 (patch)
tree5bb529272ecf770ca18c299a975426cb26aa525d /docs/Config.md
parent15da70214086a1485e2a6d1d2f792fec80755ce5 (diff)
Add config setting for side panel location (left or top) in half screen mode
Diffstat (limited to 'docs/Config.md')
-rw-r--r--docs/Config.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 2f1f57ecc..741a2c2b9 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -40,6 +40,7 @@ gui:
sidePanelWidth: 0.3333 # number from 0 to 1
expandFocusedSidePanel: false
mainPanelSplitMode: 'flexible' # one of 'horizontal' | 'flexible' | 'vertical'
+ enlargedSideViewLocation: 'left' # one of 'left' | 'top'
language: 'auto' # one of 'auto' | 'en' | 'zh-CN' | 'zh-TW' | 'pl' | 'nl' | 'ja' | 'ko' | 'ru'
timeFormat: '02 Jan 06' # https://pkg.go.dev/time#Time.Format
shortTimeFormat: '3:04PM'