Merge branch 'zen-browser:dev' into improved-color-picker

This commit is contained in:
Studio Movie Girl
2025-02-15 01:48:26 -06:00
committed by GitHub
22 changed files with 594 additions and 347 deletions

View File

@@ -38,7 +38,6 @@
this.initCanvas();
this.initCustomColorInput();
ZenWorkspaces.addChangeListeners(this.onWorkspaceChange.bind(this));
window.matchMedia('(prefers-color-scheme: dark)').addListener(this.onDarkModeChange.bind(this));
}