mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +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)
|
||||
if (isWindows) {
|
||||
if (optionService.getOptionBool('backgroundEffects') && isWindows) {
|
||||
extraOpts.backgroundMaterial = "auto";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user