fix: opacity

This commit is contained in:
Ashley Wulber 2025-10-06 15:02:34 -04:00 committed by Ashley Wulber
parent 4599e1bb68
commit e40b955f33
3 changed files with 31 additions and 20 deletions

View file

@ -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 {