mirror of
https://github.com/tnodir/fort
synced 2024-11-15 07:25:18 +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>();
|
const auto settings = IoC<FortSettings>();
|
||||||
|
|
||||||
if (canInstallDriver(settings))
|
if (!canInstallDriver(settings))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (settings->isService() || StartupUtil::isServiceInstalled())
|
if (settings->isService() || StartupUtil::isServiceInstalled())
|
||||||
|
Loading…
Reference in New Issue
Block a user