mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 05:23:09 +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;
|
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());
|
QGuiApplication::clipboard()->setText(currentFacingAddress().toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue