the-honkers-railway-launcher/src/ui/mod.rs
Observer KRypt0n_ 3f5ce430f9
feat(ui): initial work on adding first run window
Added blank first run window with welcome page. On first start launcher will create launcher folder and `.first-run` file inside if needed. If file exists - launcher will open first run window instead of the main one (to prevent further data loadings in `init` functions)
2023-02-23 20:37:02 +02:00

5 lines
89 B
Rust

pub mod main;
pub mod about;
pub mod preferences;
pub mod components;
pub mod first_run;