v0.1.4-pre.009
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: crates/ksp-app-config-desk/src/app_state.rs
|
||||
// version: 3
|
||||
// version: 4
|
||||
|
||||
//! Shared backend state owned by the Tauri application.
|
||||
|
||||
@@ -104,6 +104,12 @@ impl AppState {
|
||||
});
|
||||
}
|
||||
|
||||
/// Returns the Config management facade owned by the application state.
|
||||
#[must_use]
|
||||
pub(crate) const fn config_management(&self) -> &ksp_config_lib::ConfigManagement {
|
||||
return &self.config_management;
|
||||
}
|
||||
|
||||
/// Returns the resolved splash timings captured during application bootstrap.
|
||||
#[must_use]
|
||||
pub(crate) const fn splash_settings(&self) -> crate::SplashSettings {
|
||||
|
||||
Reference in New Issue
Block a user