mirror of
https://github.com/monero-project/monero-gui
synced 2024-11-21 12:44:14 +01:00
Merge pull request #3954
a10d416
Transfer: don't create offline tx before wallet is synced (selsta)
This commit is contained in:
commit
e9a8b042ab
@ -957,7 +957,7 @@ Rectangle {
|
||||
visible: persistentSettings.transferShowAdvanced && appWindow.walletMode >= 2
|
||||
title: qsTr("Offline transaction signing") + translationManager.emptyString
|
||||
button1.text: qsTr("Create") + translationManager.emptyString
|
||||
button1.enabled: appWindow.viewOnly && pageRoot.checkInformation()
|
||||
button1.enabled: appWindow.viewOnly && pageRoot.checkInformation() && appWindow.daemonSynced
|
||||
button1.onClicked: {
|
||||
console.log("Transfer: saveTx Clicked")
|
||||
var priority = priorityModelV5.get(priorityDropdown.currentIndex).priority
|
||||
|
Loading…
Reference in New Issue
Block a user