mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
Set the SdkConfig values immediately after loading the config
This is to ensure that when we make a call to get the theme we'll have the SdkConfig available. Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
4c8f77bb80
commit
1ab5ff079c
@ -79,6 +79,7 @@ import Platform from './platform';
|
||||
import MatrixClientPeg from 'matrix-react-sdk/lib/MatrixClientPeg';
|
||||
import SettingsStore, {SettingLevel} from "matrix-react-sdk/lib/settings/SettingsStore";
|
||||
import Tinter from 'matrix-react-sdk/lib/Tinter';
|
||||
import SdkConfig from "matrix-react-sdk/lib/SdkConfig";
|
||||
|
||||
var lastLocationHashSet = null;
|
||||
|
||||
@ -295,6 +296,7 @@ async function loadApp() {
|
||||
} catch (e) {
|
||||
configError = e;
|
||||
}
|
||||
SdkConfig.put(configJson);
|
||||
|
||||
// as quickly as we possibly can, set a default theme...
|
||||
const styleElements = Object.create(null);
|
||||
|
Loading…
Reference in New Issue
Block a user