milo shop updates

This commit is contained in:
kepler155c@gmail.com
2019-07-21 13:58:25 -06:00
parent 96e8d7e7cd
commit e73ce3875b
4 changed files with 21 additions and 17 deletions

View File

@@ -21,7 +21,7 @@ local wizardPage = UI.WizardPage {
},
[2] = UI.TextEntry {
formLabel = 'Password', formKey = 'password',
shadowText = 'password',
shadowText = 'password or private key',
limit = 256,
required = true,
help = 'Krist wallet password',
@@ -38,7 +38,12 @@ local wizardPage = UI.WizardPage {
help = 'Password is in private key format',
limit = 64,
},
[5] = UI.Chooser {
[5] = UI.Checkbox {
formLabel = 'Single shop', formKey = 'refundInvalid',
help = 'Only this shop using this domain',
limit = 64,
},
[6] = UI.Chooser {
width = 9,
formLabel = 'Font Size', formKey = 'textScale',
nochoice = 'Small',