mirror of
https://github.com/rvtr/unlaunch-installer_dev.git
synced 2026-01-26 13:43:08 -05:00
Wrong conditional
This commit is contained in:
parent
d16425a094
commit
6d5cff81c3
@ -279,7 +279,7 @@ int main(int argc, char **argv)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case MAIN_MENU_SAFE_UNLAUNCH_UNINSTALL:
|
case MAIN_MENU_SAFE_UNLAUNCH_UNINSTALL:
|
||||||
if(unlaunchFound)
|
if(!unlaunchFound)
|
||||||
{
|
{
|
||||||
messageBox("\x1B[31mError:\x1B[33m Unlaunch is not installed\n");
|
messageBox("\x1B[31mError:\x1B[33m Unlaunch is not installed\n");
|
||||||
} else if(nandio_unlock_writing()) {
|
} else if(nandio_unlock_writing()) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user