use iced::window::Settings; use crate::config::Config; pub fn make_window_settings(_config: &Config) -> Settings { Settings::default() }