|
|
@ -105,6 +105,7 @@ const RemixApp = (props: IRemixAppUi) => { |
|
|
|
settings: props.app.settings, |
|
|
|
settings: props.app.settings, |
|
|
|
showMatamo: props.app.showMatamo, |
|
|
|
showMatamo: props.app.showMatamo, |
|
|
|
appManager: props.app.appManager, |
|
|
|
appManager: props.app.appManager, |
|
|
|
|
|
|
|
showEnter: props.app.showEnter, |
|
|
|
modal: props.app.notification, |
|
|
|
modal: props.app.notification, |
|
|
|
layout: props.app.layout, |
|
|
|
layout: props.app.layout, |
|
|
|
platform: props.app.platform, |
|
|
|
platform: props.app.platform, |
|
|
|