From 3d0a1973afbfff4fe7667e5f4dac080dcd9a462c Mon Sep 17 00:00:00 2001 From: Stu Leak Date: Wed, 7 Jan 2026 01:50:54 -0500 Subject: [PATCH] Fix author branding crash on init --- author_module.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/author_module.go b/author_module.go index 4829209..0412859 100644 --- a/author_module.go +++ b/author_module.go @@ -1044,7 +1044,7 @@ func buildAuthorMenuTab(state *appState) fyne.CanvasObject { logoPreviewBorder, container.NewPadded(logoPreview), ) - var updateBrandingTitle func() + updateBrandingTitle := func() {} menuPreviewSize := func() (int, int) { width := 720