mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 12:54:30 +00:00
Transfer: add payment request URI prefix to address field placeholder
This commit is contained in:
parent
2f109d3333
commit
b44d359f9e
1 changed files with 3 additions and 3 deletions
|
@ -394,11 +394,11 @@ Rectangle {
|
|||
wrapMode: Text.WrapAnywhere
|
||||
placeholderText: {
|
||||
if(persistentSettings.nettype == NetworkType.MAINNET){
|
||||
return "4.. / 8.. / OpenAlias";
|
||||
return "4.. / 8.. / monero:.. / OpenAlias";
|
||||
} else if (persistentSettings.nettype == NetworkType.STAGENET){
|
||||
return "5.. / 7..";
|
||||
return "5.. / 7.. / monero:..";
|
||||
} else if(persistentSettings.nettype == NetworkType.TESTNET){
|
||||
return "9.. / B..";
|
||||
return "9.. / B.. / monero:..";
|
||||
}
|
||||
}
|
||||
onTextChanged: {
|
||||
|
|
Loading…
Reference in a new issue