1 2 3 4 5 6 7 8 9 10
# `settings/apply.rs` ## `pub fn apply(ui: &AppWindow, settings: &AppSettings)` *Line 13 · fn* Push all settings to the Slint globals of the given AppWindow. Called by AppAdapter::apply_settings(). ---