Fix edit tab display after script reload

This commit is contained in:
David Rowe 2016-03-25 10:18:58 +13:00
parent 9280443425
commit 46df386f0b

View file

@ -188,6 +188,7 @@ Window {
tab.title = ""; tab.title = "";
tab.originalUrl = ""; tab.originalUrl = "";
tab.enabled = false; tab.enabled = false;
tabView.tabCount--;
} }
function addWebTab(properties) { function addWebTab(properties) {