no need to retint explicitly after changing theme

This commit is contained in:
Matthew Hodgson 2017-11-15 01:46:11 +00:00
parent 9f61cb8137
commit 86509abbfb

View File

@ -317,7 +317,6 @@ async function loadApp() {
// flashes of unstyled content.
a.onload = () => {
Tinter.setTheme(theme);
Tinter.tint();
};
}
}