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