fix(ui/views/App/Main/MainWindow): fix force view, transmit parameters correctly

This commit is contained in:
Ronan Abhamon 2017-02-22 10:18:55 +01:00
parent 363963959a
commit b3ab740504

View file

@ -80,7 +80,7 @@ Controls1.ApplicationWindow {
window.setVisible(true)
}
_forceView()
_forceView(view, props)
}
// ---------------------------------------------------------------------------