From 148007435e7aeb784823898fa322d5d478d7dded Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Thu, 5 Apr 2018 13:01:31 -0700 Subject: [PATCH] update comment --- libraries/networking/src/AddressManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/networking/src/AddressManager.cpp b/libraries/networking/src/AddressManager.cpp index 443626ab52..45e46c70ac 100644 --- a/libraries/networking/src/AddressManager.cpp +++ b/libraries/networking/src/AddressManager.cpp @@ -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()); }