chore(shared): Updated ui settings and work on render view
This commit is contained in:
parent
1ac287e6f5
commit
c95ebd5934
8 changed files with 57 additions and 39 deletions
|
@ -17,12 +17,12 @@ export const loadSettingsConfig = () => ({
|
|||
dflt: 'react',
|
||||
emoji: '🚀',
|
||||
},
|
||||
xray: {
|
||||
inspect: {
|
||||
control: 4, // Show when control > 3
|
||||
list: [0, 1],
|
||||
choiceTitles: {
|
||||
0: 'xrayNo',
|
||||
1: 'xrayYes',
|
||||
0: 'inspectNo',
|
||||
1: 'inspectYes',
|
||||
},
|
||||
valueTitles: {
|
||||
0: 'no',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue