mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-11 15:07:26 -04:00
Fixes transaction confirmation dialog and also makes sure you will not be able to transfer funds when the daemon is not up (to date)
This commit is contained in:
committed by
moneromooo-monero
parent
9afaa7cf0f
commit
0b7966f625
1
main.qml
1
main.qml
@@ -611,6 +611,7 @@ ApplicationWindow {
|
||||
|
||||
// here we show confirmation popup;
|
||||
transactionConfirmationPopup.title = qsTr("Please confirm transaction:\n") + translationManager.emptyString;
|
||||
transactionConfirmationPopup.text = "";
|
||||
transactionConfirmationPopup.text +=
|
||||
(address === "" ? "" : (qsTr("\n\nAddress: ") + address))
|
||||
+ (paymentId === "" ? "" : (qsTr("\nPayment ID: ") + paymentId))
|
||||
|
||||
Reference in New Issue
Block a user