From 86509abbfb58110e6db7b2ec3823c7578c935683 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Wed, 15 Nov 2017 01:46:11 +0000 Subject: [PATCH] no need to retint explicitly after changing theme --- src/vector/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/vector/index.js b/src/vector/index.js index c8d7407df..42e6196a4 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(); }; } }