versionText="\n\nYou currently have signature patches installed for HOS version "+patchesVersion+".";
installButtonText="Update";
}
intourResult=inst::ui::mainApp->CreateShowDialog("Install signature patches?","Signature patches are required for installing and playing NSP contents."+versionText,{installButtonText,"Uninstall","Cancel"},true);
if(inst::ui::mainApp->CreateShowDialog("Could not back up old Hekate patches.ini! Install anyway?","Installing patches requires the use of the Hekate bootloader.",{"Yes","No"},false))return;
inst::ui::mainApp->CreateShowDialog("Network connection not available","Check that airplane mode is disabled and you're connected to a local network.",{"OK"},true);
if(inst::ui::mainApp->CreateShowDialog("Install complete!",versionText+"\n\nRestart your console to apply!",{"Restart","I'll do it later"},false)==0)bpcRebootSystem();
if(inst::ui::mainApp->CreateShowDialog("Uninstall complete","Restart your console to apply",{"Restart","I'll do it later"},false)==0)bpcRebootSystem();