mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-12 07:14:37 +00:00
7a37c50958
An error `ReferenceError: mainModule is not defined` is fixed. That started to happen when we moved registered context properties from constructors to `load` proc, because of lazy context property inatialization (after we ensure that a user is logged in), but main.qml is loaded when the app start, when we don't have `mainModule` registered yet.