//! Startup management module. //! //! This module contains functionality related to managing the application's startup //! like controlling visibility and lifecycle of the main application windows. pub(crate) mod init; pub(crate) mod error;