Fix background blur not being shown on first load

pull/21833/head
Dariusz Niemczyk 2021-08-17 19:45:52 +02:00
parent b1c724ad66
commit 6310949bc8
No known key found for this signature in database
GPG Key ID: 28DFE7164F497CB6
1 changed files with 1 additions and 0 deletions

View File

@ -200,6 +200,7 @@ class LoggedInView extends React.Component<IProps, IState> {
OwnProfileStore.instance.on(UPDATE_EVENT, this.refreshBackgroundImage);
this.loadResizerPreferences();
this.refreshBackgroundImage();
}
componentWillUnmount() {