mirror of
https://github.com/tnodir/fort
synced 2024-11-15 05:18:07 +00:00
UI: FortManager: exit() on error, not abort()
This commit is contained in:
parent
9270203de4
commit
5850d4e58c
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user