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()