1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-08 10:39:59 +02:00

Reduce animation duration in ZenWorkspaces for improved responsiveness

This commit is contained in:
mr. M 2025-01-19 17:06:49 +01:00
parent 86b0a9dac2
commit bd0b012bce
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
7 changed files with 25 additions and 191 deletions

View file

@ -494,7 +494,6 @@ var gZenLooksAndFeel = {
this.__hasInitialized = true;
this._initializeColorPicker(this._getInitialAccentColor());
window.zenPageAccentColorChanged = this._handleAccentColorChange.bind(this);
gZenThemeBuilder.init();
gZenMarketplaceManager.init();
var onPreferColorSchemeChange = this.onPreferColorSchemeChange.bind(this);
window.matchMedia('(prefers-color-scheme: dark)').addListener(onPreferColorSchemeChange);