no need to retint explicitly after changing theme
parent
9f61cb8137
commit
86509abbfb
|
@ -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 New Issue