feat(desktop): faster launch with resolved desktop app startup issues (#4357)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//! 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;
|
||||
Reference in New Issue
Block a user