diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-23 16:13:56 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-23 16:13:56 +0200 |
| commit | 36d87e27019fce743e63be87222e987510863e6f (patch) | |
| tree | b5cffac3c1aa417fa24da79a99b6da85828fceb3 /internal/config/config_test.go | |
| parent | 90c8dfc6cc3ab4b6b78feec5f738beeb41fb9605 (diff) | |
| download | lectio-36d87e27019fce743e63be87222e987510863e6f.tar.gz lectio-36d87e27019fce743e63be87222e987510863e6f.zip | |
web: remove deus_vult theme; add global monospace toggle (web_mono config + top-bar 'mono')
Diffstat (limited to 'internal/config/config_test.go')
| -rw-r--r-- | internal/config/config_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/config/config_test.go b/internal/config/config_test.go index 9ca311b..d2f3203 100644 --- a/internal/config/config_test.go +++ b/internal/config/config_test.go @@ -38,6 +38,9 @@ func TestLoadOverride(t *testing.T) { func TestWebDefaults(t *testing.T) { def := Default() + if def.WebMono { + t.Errorf("WebMono default should be false") + } if def.WebTheme != "transfiguration" { t.Errorf("WebTheme default wrong: got %q, want %q", def.WebTheme, "transfiguration") } |
