mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
missing value parameter
This commit is contained in:
parent
a2cd477c8e
commit
cb42aedfb3
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ def modal_dialog(title, msg = ''):
|
|||
droid.dialogDismiss()
|
||||
|
||||
def modal_input(title, msg, value = None):
|
||||
droid.dialogCreateInput(title, msg)
|
||||
droid.dialogCreateInput(title, msg, value)
|
||||
droid.dialogSetPositiveButtonText('OK')
|
||||
droid.dialogSetNegativeButtonText('Cancel')
|
||||
droid.dialogShow()
|
||||
|
|
Loading…
Add table
Reference in a new issue