mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
no need to retint explicitly after changing theme
This commit is contained in:
parent
9f61cb8137
commit
86509abbfb
1 changed files with 0 additions and 1 deletions
|
@ -317,7 +317,6 @@ async function loadApp() {
|
||||||
// flashes of unstyled content.
|
// flashes of unstyled content.
|
||||||
a.onload = () => {
|
a.onload = () => {
|
||||||
Tinter.setTheme(theme);
|
Tinter.setTheme(theme);
|
||||||
Tinter.tint();
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue