Add server configurator block option

This commit is contained in:
2025-07-27 00:54:42 -04:00
parent 62319a84d1
commit edc392fba0

View File

@ -155,6 +155,9 @@ export default function (props: ReportCardProps & { port?: MessagePort }) {
<Radio key={2} value="2">
Ban
</Radio>
<Radio key={3} value="3">
Disallow Server Configurator
</Radio>
</VStack>
</RadioGroup>,
);