mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-11-02 03:40:13 +00:00
finalize SetupWizard
This commit is contained in:
parent
3457905332
commit
c60e9ca9e5
@ -211,9 +211,9 @@ endif;
|
||||
|
||||
setvar("retstatus",
|
||||
install(
|
||||
"Please Wait...",
|
||||
"Creating Configuration...",
|
||||
"<@center><b>"+ini_get("rom_name")+"</b></@>",
|
||||
"")
|
||||
"");
|
||||
);
|
||||
|
||||
ini_set("text_next", "Finish");
|
||||
@ -222,10 +222,10 @@ if getvar("retstatus")=="0" then
|
||||
viewbox(
|
||||
"Installation Completed",
|
||||
"<@center>\nCongratulations!\n\n"+
|
||||
"NanoDroid setup successfully created.</@>",
|
||||
"NanoDroid Configuration successfully created.</@>",
|
||||
"");
|
||||
else
|
||||
viewbox("Installation Failed",
|
||||
"\n\nInstaller Status: "+ getvar("retstatus"),
|
||||
"\n\SetupWizard Status: "+ getvar("retstatus"),
|
||||
"@alert");
|
||||
endif;
|
||||
|
Loading…
Reference in New Issue
Block a user