mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
update comment
This commit is contained in:
parent
1de878eb9c
commit
148007435e
1 changed files with 1 additions and 1 deletions
|
@ -825,7 +825,7 @@ void AddressManager::copyAddress() {
|
|||
return;
|
||||
}
|
||||
|
||||
// assume that the address is being copied because the user wants a shareable address
|
||||
// currentShareableAddress will be blank for serverless domains, so use currentFacingAddress here
|
||||
QGuiApplication::clipboard()->setText(currentFacingAddress().toString());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue