优化everything功能

This commit is contained in:
BookerLiu
2023-04-14 13:48:50 +08:00
parent a7181f6973
commit 41799251af
7 changed files with 155 additions and 71 deletions

View File

@@ -199,7 +199,7 @@ namespace GeekDesk.Control.UserControls.Config
EveryThingUtil.EnableEveryThing(0);
} else
{
EveryThingUtil.DisableEveryThing();
EveryThingUtil.DisableEveryThing(true);
}
}
}