Hide option to use debugger spoofing for default

This commit is contained in:
z0ccc 2022-10-17 20:55:45 -04:00
parent c135be47b8
commit 3f11ea7938

View file

@ -223,7 +223,9 @@ const SystemPage = ({ tab, ipData, geolocation }: SystemPageProps) => {
onChange={changeInputText} onChange={changeInputText}
mb="12px" mb="12px"
/> />
<CheckBox title={'Enable Debugger API Spoofing'} /> {systemType !== 'default' && (
<CheckBox title={'Enable Debugger API Spoofing'} />
)}
</Page> </Page>
) )
} }