Add typed generation preferences

This commit is contained in:
Georg Bauer
2026-07-24 15:26:15 +02:00
parent ad7167e84a
commit bccce697af
9 changed files with 529 additions and 28 deletions

View File

@@ -4,6 +4,7 @@ mod model;
#[cfg(target_os = "macos")]
mod native_menu;
mod schema;
mod settings;
use app::{App, Message, app_icon, app_theme};
use iced::{Size, window};