feat(desktop): faster launch with resolved desktop app startup issues (#4357)

This commit is contained in:
Shreyas
2024-09-18 18:24:26 +05:30
committed by GitHub
parent cf2b1b50fa
commit e554bde64d
10 changed files with 490 additions and 63 deletions

View File

@@ -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;