Only build widgets for visible items
This commit is contained in:
parent
10f234bf79
commit
5e4d4523f4
2 changed files with 311 additions and 271 deletions
|
|
@ -5363,7 +5363,7 @@ impl Application for App {
|
|||
fn system_theme_update(
|
||||
&mut self,
|
||||
_keys: &[&'static str],
|
||||
new_theme: &cosmic::cosmic_theme::Theme,
|
||||
_new_theme: &cosmic::cosmic_theme::Theme,
|
||||
) -> Task<Self::Message> {
|
||||
self.update(Message::SystemThemeModeChange)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue