Skip to content

app/SettingsBase: Show the main window before QML component is loaded

Fushan Wen requested to merge work/fusionfuture/fix-slow-debut into master

The loading process usually takes a few seconds on slow machines, and it even takes 1-2 seconds on my laptop (AMD Ryzen 4700U + SATA SSD), so instead letting the user wait for nothing, we should show an empty window to make the startup process "feel" faster.

Before After
before after

Merge request reports