iface #31

Merged
zxq9 merged 27 commits from iface into master 2025-12-30 22:32:33 +09:00
Showing only changes of commit c452604f4b - Show all commits

View File

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