mirror of
https://github.com/tnodir/fort
synced 2024-11-15 05:25:56 +00:00
UI: FortManager::checkRemoveDriver: Fix typo
This commit is contained in:
parent
a5859053d0
commit
424fd02552
@ -354,7 +354,7 @@ void FortManager::checkRemoveDriver()
|
||||
{
|
||||
const auto settings = IoC<FortSettings>();
|
||||
|
||||
if (canInstallDriver(settings))
|
||||
if (!canInstallDriver(settings))
|
||||
return;
|
||||
|
||||
if (settings->isService() || StartupUtil::isServiceInstalled())
|
||||
|
Loading…
Reference in New Issue
Block a user