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

Signed-off-by: Hecklezz <tj8@live.com.au>
This commit is contained in:
Hecklezz
2026-01-15 19:29:46 +02:00
committed by Andrey Kleshchev
parent 87f7d37e43
commit 106556538c
+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
}
}