mirror of https://github.com/vector-im/riot-web
no need to retint explicitly after changing theme
parent
9f61cb8137
commit
86509abbfb
|
@ -317,7 +317,6 @@ async function loadApp() {
|
|||
// flashes of unstyled content.
|
||||
a.onload = () => {
|
||||
Tinter.setTheme(theme);
|
||||
Tinter.tint();
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue