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
|
|
@ -1,4 +1,3 @@
|
|||
use crate::theme;
|
||||
use crate::time::Instant;
|
||||
use crate::{Point, Size};
|
||||
|
||||
|
|
@ -72,7 +71,4 @@ pub enum Event {
|
|||
///
|
||||
/// - **Wayland:** Not implemented.
|
||||
FilesHoveredLeft,
|
||||
|
||||
/// The theme mode of the window has changed.
|
||||
ThemeModeChanged(theme::Mode),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue