diff --git a/installer/source/menu.cpp b/installer/source/menu.cpp index 3185d8a..3b5f5c0 100644 --- a/installer/source/menu.cpp +++ b/installer/source/menu.cpp @@ -239,7 +239,7 @@ int menu_install_uninstall(int install) printf("\x1b[%i;%iH", startpos_x +2, startpos_y); if(install == 1) printf("Install the HomebrewFilter now"); - else if(install == 2) + else if(install == 0) printf("Uninstall the HomebrewFilter now"); else if(install == 2) printf("Reinstall the HomebrewFilter now");