mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Fix flash of old desktop window content if reopen after closing with "x"
This commit is contained in:
parent
04aef641c5
commit
18a3555453
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