mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +00:00
025a45d1a4
- wrap everything we can in AppMain with a (async) Loader - do not access globals w/o a proper store - drop some dead code Although I wasn't able to completely fix the bug, the ~50% improvement in startup time is still worth trying imho. On my machine, the startup time went down from ~7s to under 4s. Related: #7292