We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab5ff0 commit 67ca151Copy full SHA for 67ca151
src/vector/index.js
@@ -301,7 +301,7 @@ async function loadApp() {
301
// as quickly as we possibly can, set a default theme...
302
const styleElements = Object.create(null);
303
let a;
304
- const theme = SettingsStore.getValueAt(SettingLevel.DEFAULT, "theme");
+ const theme = SettingsStore.getValue("theme");
305
for (let i = 0; (a = document.getElementsByTagName("link")[i]); i++) {
306
const href = a.getAttribute("href");
307
if (!href) continue;
0 commit comments