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