UI: FortManager: exit() on error, not abort()

This commit is contained in:
Nodir Temirkhodjaev 2023-12-23 13:32:23 +03:00
parent 9270203de4
commit 5850d4e58c

View File

@ -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<ConfManager>()->load();