WIP
This commit is contained in:
parent
6a1c8ecf62
commit
c452604f4b
@ -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} ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user