v0.1.4-pre.008-fix.001

This commit is contained in:
2026-08-16 13:06:36 +02:00
parent 1825676ff9
commit 73d05862af
6 changed files with 138 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
// file: crates/ksp-app-config-desk/src/lib.rs
// version: 4
// version: 5
//! Tauri desktop application for managing and validating KSP configuration.
@@ -47,7 +47,5 @@ pub(crate) use self::frontend_logging::FrontendLogPayloadDto;
pub(crate) use self::frontend_logging::emit_frontend_log_event;
pub(crate) use self::splash::SplashOrderDto;
pub(crate) use self::splash::SplashSettings;
pub(crate) use self::tw_main::WINDOW_LABEL_MAIN;
pub(crate) use self::tw_main::show_and_focus as show_main_window;
pub(crate) use self::tw_splash::WINDOW_LABEL_SPLASH;
pub(crate) use self::tw_splash::frontend_ready as splash_frontend_ready_service;