Allow smaller GUI font sizes
All checks were successful
build-windows-exe / build (push) Successful in 1m31s
All checks were successful
build-windows-exe / build (push) Successful in 1m31s
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user