From 44da1e6599f6e2da483113814f959e1f77f2d8ca Mon Sep 17 00:00:00 2001 From: Joe Julian Date: Fri, 10 Apr 2026 15:36:23 -0700 Subject: [PATCH] Confirm debug logging is enabled --- internal/appui/app.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/appui/app.go b/internal/appui/app.go index 04c73ed..ca59572 100644 --- a/internal/appui/app.go +++ b/internal/appui/app.go @@ -692,6 +692,9 @@ func newUIWithState(mode string, sess appstate.CurrentSession, paths statePaths) u.requestMasterPassFocus = u.hasSelectedLifecycleTarget() u.loadUIPreferences() u.loadSettings() + if u.debugLogHeaderBounds { + platform.LogInfo("KeePassGO", "keepassgo header-bounds logging enabled") + } u.loadSettingsFormFromPreferences() u.loadSettingsDraft() u.requestMasterPassFocus = u.hasSelectedLifecycleTarget()