Skip to content

system: Open the panel faster (part 1: About page)

Initializing the About page involves creating a CcSystemDetailsWindow too. This costs time, making the System panel open slower because it has to wait for the About page to finish initializing.

By creating the CcSystemDetailsWindow only when it should be opened or at idle, we save at least 0.1 s when opening the System panel.

Helps #2857 (closed)

Edited by Matthijs Velsink

Merge request reports