Revert "feat: disable running with admin permission and check service mode"

This reverts commit a0f9fb90ee.
This commit is contained in:
MystiPanda
2024-06-16 12:04:20 +08:00
parent 19b6f78c8a
commit a9ef32c32f
4 changed files with 16 additions and 71 deletions

View File

@@ -24,7 +24,6 @@ export const StackModeSwitch = (props: Props) => {
>
gVisor
</Button>
<Button
variant={value?.toLowerCase() === "mixed" ? "contained" : "outlined"}
onClick={() => onChange?.("mixed")}