Skip to content

Page: Don't load global toolbar async so that the header looks less stuttery

Devin Lin requested to merge work/prevent-header-jump into master

On slower devices like the PinePhone, loading a page looks stuttery because the header loads a split second after the page content, and so the content's height is resized right after loading the page.

This also resolves being able to see the view background where the header for a split second (most noticeable when comparing QML vs QtWidgets KCMs).

Merge request reports