Allow smaller GUI font sizes
All checks were successful
build-windows-exe / build (push) Successful in 1m31s

This commit is contained in:
messypy
2026-07-27 23:57:57 +09:00
parent 452c7c59b6
commit f9968895ac
2 changed files with 37 additions and 19 deletions

View File

@@ -53,7 +53,7 @@ func Load(path string) (*Config, error) {
cfg := &Config{
OSC: OSCConfig{Host: "127.0.0.1", Port: 9001},
GUI: GUIConfig{
FontSize: 18,
FontSize: 14,
RefreshIntervalValue: 2,
RefreshIntervalUnit: "sec",
HistoryExportIncludeTime: true,