mirror of
https://github.com/tnodir/fort
synced 2024-11-15 09:17:28 +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(),
|
QMessageBox::warning(nullptr, QString(),
|
||||||
tr("Please first install Fort Firewall v%1 and save Options from it.")
|
tr("Please first install Fort Firewall v%1 and save Options from it.")
|
||||||
.arg(viaVersion));
|
.arg(viaVersion));
|
||||||
abort(); // Abort the program
|
exit(-1); // Exit the program
|
||||||
}
|
}
|
||||||
|
|
||||||
IoC<ConfManager>()->load();
|
IoC<ConfManager>()->load();
|
||||||
|
Loading…
Reference in New Issue
Block a user