Fix looping back to previous marketplace url when using the viewer navigation bar

Merged upstream in SLViewer PR#5264
This commit is contained in:
Hecklezz
2026-01-15 07:08:31 +10:00
parent 2e3d4e7c8d
commit 8e6a716006
+1
View File
@@ -56,6 +56,7 @@ void LLFloaterMarketplace::onOpen(const LLSD& key)
else
{
openMarketplaceURL(params.url);
set_current_url(params.url); // Fix looping back to previous url when using the viewer navigation bar
}
}