fix: remove desktop translucency to reduce macOS compositing cost

This commit is contained in:
Bohdan Triapitsyn
2026-04-07 21:46:38 +03:00
parent 605e4bf42c
commit 952132a08d
96 changed files with 163 additions and 401 deletions
-3
View File
@@ -82,9 +82,6 @@ const persistToLocalStorage = (settings: DesktopSettings) => {
localStorage.removeItem('openchamber.pwaName');
}
}
if (typeof settings.desktopVibrancy === 'boolean') {
localStorage.setItem('desktopVibrancy', String(settings.desktopVibrancy));
}
};
type PersistApi = {