mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-06 03:18:19 +00:00
Update tabs toolbar after welcome animation completion
This commit is contained in:
@@ -197,6 +197,7 @@
|
|||||||
element.style.opacity = 0;
|
element.style.opacity = 0;
|
||||||
element.style.removeProperty('display');
|
element.style.removeProperty('display');
|
||||||
}
|
}
|
||||||
|
gZenUIManager.updateTabsToolbar();
|
||||||
await animate('#browser > *', { opacity: [0, 1] });
|
await animate('#browser > *', { opacity: [0, 1] });
|
||||||
gZenUIManager.showToast('zen-welcome-finished');
|
gZenUIManager.showToast('zen-welcome-finished');
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user