_isAddressTransferDestination = true
This commit is contained in:
parent
a432e0ea59
commit
e006509e5c
|
|
@ -121,7 +121,7 @@
|
||||||
private readonly List<TransferDestination> _destinations = [];
|
private readonly List<TransferDestination> _destinations = [];
|
||||||
string _msg;
|
string _msg;
|
||||||
private bool _isSaveActive = false;
|
private bool _isSaveActive = false;
|
||||||
private bool _isAddressTransferDestination = false;
|
private bool _isAddressTransferDestination = true;
|
||||||
|
|
||||||
private async Task CopyUrl(string url)
|
private async Task CopyUrl(string url)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue