mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-28 10:32:27 +08:00
fix(mica): applying mica when disabled
This commit is contained in:
parent
37b10e2144
commit
3605a77b25
@ -132,7 +132,7 @@ function getWindowExtraOpts() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Window effects (Mica)
|
// Window effects (Mica)
|
||||||
if (isWindows) {
|
if (optionService.getOptionBool('backgroundEffects') && isWindows) {
|
||||||
extraOpts.backgroundMaterial = "auto";
|
extraOpts.backgroundMaterial = "auto";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user