Shift remote open copy to local-first flow

This commit is contained in:
Joe Julian
2026-04-06 16:40:43 -07:00
parent fc921ca30f
commit 48a21c2c59
3 changed files with 65 additions and 1 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ func (u *ui) lifecycleControls(gtx layout.Context) layout.Dimensions {
layout.Rigid(func(gtx layout.Context) layout.Dimensions {
message := "Choose a recent vault or enter a .kdbx path, then unlock it."
if u.lifecycleMode == "remote" {
message = "Connect to a remote vault, then unlock it with the KeePass master key."
message = u.remoteLifecycleMessage()
}
lbl := material.Label(u.theme, unit.Sp(14), message)
lbl.Color = accentColor