3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-26 20:55:52 +02:00

update comment

This commit is contained in:
Seth Alves 2018-04-05 13:01:31 -07:00
parent 1de878eb9c
commit 148007435e

View file

@ -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());
}