Merge pull request #2728 from rhysd/blur
Add option to make the transparent window blurry
This commit is contained in:
commit
e9317e7556
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