diff --git a/src/ui/fortmanager.cpp b/src/ui/fortmanager.cpp index d6010852..675d7641 100644 --- a/src/ui/fortmanager.cpp +++ b/src/ui/fortmanager.cpp @@ -354,7 +354,7 @@ void FortManager::checkRemoveDriver() { const auto settings = IoC(); - if (canInstallDriver(settings)) + if (!canInstallDriver(settings)) return; if (settings->isService() || StartupUtil::isServiceInstalled())