fix(mica): applying mica when disabled

This commit is contained in:
Elian Doran 2024-12-09 22:29:04 +02:00
parent 37b10e2144
commit 3605a77b25
No known key found for this signature in database

View File

@ -132,7 +132,7 @@ function getWindowExtraOpts() {
}
// Window effects (Mica)
if (isWindows) {
if (optionService.getOptionBool('backgroundEffects') && isWindows) {
extraOpts.backgroundMaterial = "auto";
}