Wrong conditional

This commit is contained in:
Edoardo Lolletti 2024-04-25 13:42:03 +02:00
parent d16425a094
commit 6d5cff81c3

View File

@ -279,7 +279,7 @@ int main(int argc, char **argv)
break;
case MAIN_MENU_SAFE_UNLAUNCH_UNINSTALL:
if(unlaunchFound)
if(!unlaunchFound)
{
messageBox("\x1B[31mError:\x1B[33m Unlaunch is not installed\n");
} else if(nandio_unlock_writing()) {