reload browser after preferences been updated

This commit is contained in:
Marcus Efraimsson 2018-11-15 14:29:14 +01:00
parent b8539570d0
commit 9606491f6c
No known key found for this signature in database
GPG Key ID: EBFE0FB04612DD4A

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) => {