Closed cproc closed 6 months ago
Currently, the toolkit launcher just calls QCoreApplication::processEvents() in a loop while waiting for the QML component to load, which can noticeably slow down the loading process on the PinePhone.
QCoreApplication::processEvents()
Fixed by a996399 (patch by @ssumpf).
Currently, the toolkit launcher just calls
QCoreApplication::processEvents()
in a loop while waiting for the QML component to load, which can noticeably slow down the loading process on the PinePhone.