mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Fix edit tab display after script reload
This commit is contained in:
parent
9280443425
commit
46df386f0b
1 changed files with 1 additions and 0 deletions
|
@ -188,6 +188,7 @@ Window {
|
|||
tab.title = "";
|
||||
tab.originalUrl = "";
|
||||
tab.enabled = false;
|
||||
tabView.tabCount--;
|
||||
}
|
||||
|
||||
function addWebTab(properties) {
|
||||
|
|
Loading…
Reference in a new issue