Fix flash of old desktop window content if reopen after closing with "x"

This commit is contained in:
David Rowe 2016-12-16 12:21:32 +13:00 committed by Seth Alves
parent df5d115db7
commit 2a2e8a424b

View file

@ -113,6 +113,9 @@ function hideMarketplace() {
}
marketplaceVisible = false;
}
marketplaceWindow.closed.connect(function () {
marketplaceWindow.setURL("about:blank");
});
function toggleMarketplace() {
if (marketplaceVisible) {