mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-21 03:45:53 +01:00
Fix Receive.qml:388: Error: Insufficient arguments
This commit is contained in:
parent
45781ab4a1
commit
6c60b37e63
@ -385,7 +385,7 @@ Rectangle {
|
||||
inputDialog.inputText = qsTr("(Untitled)")
|
||||
inputDialog.onAcceptedCallback = function() {
|
||||
appWindow.currentWallet.subaddress.addRow(appWindow.currentWallet.currentSubaddressAccount, inputDialog.inputText)
|
||||
current_subaddress_table_index = appWindow.currentWallet.numSubaddresses() - 1
|
||||
current_subaddress_table_index = appWindow.currentWallet.numSubaddresses(appWindow.currentWallet.currentSubaddressAccount) - 1
|
||||
}
|
||||
inputDialog.onRejectedCallback = null;
|
||||
inputDialog.open()
|
||||
|
Loading…
Reference in New Issue
Block a user