reload browser after preferences been updated

This commit is contained in:
Marcus Efraimsson 2018-11-15 14:29:14 +01:00 committed by Johannes Schill
parent 93586491f4
commit 3f1388f214

View File

@ -62,6 +62,7 @@ export class SharedPreferences extends PureComponent<Props, State> {
theme, theme,
timezone, timezone,
}); });
window.location.reload();
}; };
onThemeChanged = (theme: string) => { onThemeChanged = (theme: string) => {