fix: opacity
This commit is contained in:
parent
4599e1bb68
commit
e40b955f33
3 changed files with 31 additions and 20 deletions
|
|
@ -2749,6 +2749,7 @@ impl Application for App {
|
|||
.on_window_unfocused(|| Message::WindowUnfocused)
|
||||
.opacity(self.config.opacity_ratio())
|
||||
.padding(space_xxs)
|
||||
.sharp_corners(self.core.window.sharp_corners)
|
||||
.show_headerbar(self.config.show_headerbar);
|
||||
|
||||
if self.config.focus_follow_mouse {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue