diff --git a/src/ui/fortmanager.cpp b/src/ui/fortmanager.cpp index 36b00ef9..d661ea3c 100644 --- a/src/ui/fortmanager.cpp +++ b/src/ui/fortmanager.cpp @@ -449,7 +449,7 @@ void FortManager::loadConf() QMessageBox::warning(nullptr, QString(), tr("Please first install Fort Firewall v%1 and save Options from it.") .arg(viaVersion)); - abort(); // Abort the program + exit(-1); // Exit the program } IoC()->load();