mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 22:29:19 +08:00
feat(mica): enable by default
This commit is contained in:
parent
774c26711f
commit
8cd2c69e3f
1 changed files with 4 additions and 0 deletions
|
|
@ -131,6 +131,10 @@ function getWindowExtraOpts() {
|
|||
}
|
||||
}
|
||||
|
||||
// Window effects (Mica)
|
||||
// TODO: Apply only on Windows and allow the user to choose whether to activate it or not.
|
||||
extraOpts.backgroundMaterial = "mica";
|
||||
|
||||
return extraOpts;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue