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

This reverts commit 481e473b60.
This commit is contained in:
MystiPanda
2024-06-16 12:04:20 +08:00
parent 6cdf199531
commit 9a04208a11
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")}