Add _with_flags() variants to settings helpers (#85)
This commit is contained in:
parent
8232e1d249
commit
2dde95ee42
3 changed files with 24 additions and 12 deletions
|
|
@ -24,7 +24,7 @@ pub mod widget;
|
|||
pub use executor::single::Executor as SingleThreadExecutor;
|
||||
|
||||
pub mod settings;
|
||||
pub use settings::settings;
|
||||
pub use settings::{settings, settings_with_flags};
|
||||
|
||||
mod ext;
|
||||
pub use ext::ElementExt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue