replace some of the status.im theme with general config options
This commit is contained in:
parent
47d9e7f2a1
commit
5abee4fddc
3 changed files with 6 additions and 1 deletions
|
@ -27,6 +27,7 @@ module.exports = React.createClass({
|
|||
},
|
||||
|
||||
render: function() {
|
||||
// FIXME: replace this with a proper Status skin
|
||||
if (UserSettingsStore.getTheme() === 'status') return <div/>;
|
||||
|
||||
return (
|
||||
|
|
|
@ -332,7 +332,7 @@ async function loadApp() {
|
|||
config={configJson}
|
||||
realQueryParams={params}
|
||||
startingFragmentQueryParams={fragparts.params}
|
||||
enableGuest={true}
|
||||
enableGuest={!configJson.disable_guests}
|
||||
onTokenLoginCompleted={onTokenLoginCompleted}
|
||||
initialScreenAfterLogin={getScreenFromLocation(window.location)}
|
||||
defaultDeviceDisplayName={platform.getDefaultDeviceDisplayName()}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue