refactor: remove sidebar-related code and update localization references

This commit is contained in:
mr. M
2025-04-02 10:16:07 +02:00
parent ce8013124b
commit 031926efb7
33 changed files with 226 additions and 1358 deletions

View File

@@ -442,9 +442,7 @@ class ZenMediaController {
onMediaFocus() {
if (!this._currentBrowser) return;
const sidebarId = this._currentBrowser.getAttribute('zen-sidebar-id');
if (sidebarId) gZenBrowserManagerSidebar.open(sidebarId);
else this._currentMediaController?.focus();
this._currentMediaController?.focus();
}
onMediaMute() {