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
|
|
@ -587,11 +587,12 @@ pub mod mouse {
|
|||
};
|
||||
}
|
||||
|
||||
#[cfg(feature = "system")]
|
||||
pub mod system {
|
||||
//! Retrieve system information.
|
||||
pub use crate::runtime::system::Information;
|
||||
pub use crate::shell::system::*;
|
||||
pub use crate::runtime::system::{theme, theme_changes};
|
||||
|
||||
#[cfg(feature = "sysinfo")]
|
||||
pub use crate::runtime::system::{Information, information};
|
||||
}
|
||||
|
||||
pub mod overlay {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue