This commit is contained in:
Craig Everett 2025-10-29 14:05:56 +09:00
parent 6a1c8ecf62
commit c452604f4b

View File

@ -318,7 +318,7 @@ do_open2(Selected, State = #s{wallets = Wallets}) ->
do_open3(Path, State = #s{frame = Frame, j = J}) ->
Label = J("Password"),
case zxw_text_modal:show(Frame, Label, [{password, true}]) of
case zxw_modal_text:show(Frame, Label, [{password, true}]) of
{ok, ""} ->
ensure_shown(Frame);
{ok, Phrase} ->