Commit 9606491f by Marcus Efraimsson

reload browser after preferences been updated

parent b8539570
......@@ -62,6 +62,7 @@ export class SharedPreferences extends PureComponent<Props, State> {
theme,
timezone,
});
window.location.reload();
};
onThemeChanged = (theme: string) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment