Add _with_flags() variants to settings helpers (#85)

This commit is contained in:
Ian Douglas Scott 2023-02-20 14:26:31 -08:00 committed by GitHub
parent 8232e1d249
commit 2dde95ee42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 12 deletions

View file

@ -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;