Add theme and theme_changes functions to system
This commit is contained in:
parent
9518573fce
commit
09c604c92d
24 changed files with 186 additions and 102 deletions
|
|
@ -319,9 +319,6 @@ pub fn window_event(
|
|||
|
||||
Some(Event::Window(window::Event::Moved(Point::new(x, y))))
|
||||
}
|
||||
WindowEvent::ThemeChanged(theme) => Some(Event::Window(
|
||||
window::Event::ThemeModeChanged(theme_mode(theme)),
|
||||
)),
|
||||
_ => None,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue