mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 21:03:09 +02:00
Fix flash of old desktop window content if reopen after closing with "x"
This commit is contained in:
parent
df5d115db7
commit
2a2e8a424b
1 changed files with 3 additions and 0 deletions
|
@ -113,6 +113,9 @@ function hideMarketplace() {
|
|||
}
|
||||
marketplaceVisible = false;
|
||||
}
|
||||
marketplaceWindow.closed.connect(function () {
|
||||
marketplaceWindow.setURL("about:blank");
|
||||
});
|
||||
|
||||
function toggleMarketplace() {
|
||||
if (marketplaceVisible) {
|
||||
|
|
Loading…
Reference in a new issue