diff --git a/src/vector/index.js b/src/vector/index.js index c8d7407df3..42e6196a4b 100644 --- a/src/vector/index.js +++ b/src/vector/index.js @@ -317,7 +317,6 @@ async function loadApp() { // flashes of unstyled content. a.onload = () => { Tinter.setTheme(theme); - Tinter.tint(); }; } }