Add a debug options page to devtools with the option to always allow verification for now

Closes network/neochat#646
This commit is contained in:
James Graham
2024-04-13 15:11:25 +00:00
parent 697778df8d
commit ab0a32c339
5 changed files with 41 additions and 1 deletions

View File

@@ -156,6 +156,12 @@
<default></default>
</entry>
</group>
<group name="Debug">
<entry name="AlwaysVerifyDevice" type="bool">
<label>Always allow device verification</label>
<default>false</default>
</entry>
</group>
<group name="FeatureFlags">
<entry name="Threads" type="bool">
<label>Enable threads</label>