Add option to make the transparent window blurry
This commit is contained in:
parent
2bbc7385e0
commit
8f346ac220
2 changed files with 14 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ pub fn window_attributes(
|
|||
})
|
||||
.with_decorations(settings.decorations)
|
||||
.with_transparent(settings.transparent)
|
||||
.with_blur(settings.blur)
|
||||
.with_window_icon(settings.icon.and_then(icon))
|
||||
.with_window_level(window_level(settings.level))
|
||||
.with_visible(settings.visible);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue