Skip to content

qml: don't load any view until model is ready

this fixes various qml warnings and unnecessary view loading, model gets ready very fast (in most of cases), so just don't load anything until model isn't ready

Merge request reports