_isAddressTransferDestination = true

This commit is contained in:
Loretta 2024-09-02 15:48:49 +02:00
parent a432e0ea59
commit e006509e5c
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@
private readonly List<TransferDestination> _destinations = [];
string _msg;
private bool _isSaveActive = false;
private bool _isAddressTransferDestination = false;
private bool _isAddressTransferDestination = true;
private async Task CopyUrl(string url)
{