ignore setting and always show dharma theme for now

This commit is contained in:
Bruno Windels 2018-10-23 15:51:06 +02:00
parent 9d33255850
commit c68770c0aa

View File

@ -271,7 +271,7 @@ async function loadApp() {
// as quickly as we possibly can, set a default theme...
const styleElements = Object.create(null);
let a;
const theme = SettingsStore.getValue("theme");
const theme = "dharma";//SettingsStore.getValue("theme");
for (let i = 0; (a = document.getElementsByTagName("link")[i]); i++) {
const href = a.getAttribute("href");
if (!href) continue;