Merge 9929fbbfdb into c423ad1bfc
This commit is contained in:
commit
a0877d05ac
5 changed files with 42 additions and 15 deletions
|
|
@ -411,7 +411,7 @@ where
|
|||
pub fn style(&self, theme: &Theme) -> theme::Style {
|
||||
if let Some(style) = self.app.style() {
|
||||
style
|
||||
} else if self.app.core().window.is_maximized {
|
||||
} else if self.app.core().window.is_maximized || !self.app.core().window.client_decorations {
|
||||
let theme = THEME.lock().unwrap();
|
||||
crate::style::iced::application::style(theme.borrow())
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue