Enable lazy loading by default.
Also fixes undefined error when not logged in.
This commit is contained in:
@@ -73,7 +73,7 @@ ApplicationWindow {
|
||||
|
||||
parent: null
|
||||
|
||||
connection: matriqueController.isLogin ? window.connection : undefined
|
||||
connection: matriqueController.isLogin ? window.connection : null
|
||||
}
|
||||
|
||||
Setting {
|
||||
|
||||
Reference in New Issue
Block a user