Hide option to use debugger spoofing for default
This commit is contained in:
parent
c135be47b8
commit
3f11ea7938
1 changed files with 3 additions and 1 deletions
|
|
@ -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>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue