mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix: remove incorrectly called function
This commit is contained in:
@@ -252,7 +252,7 @@ async function addDarkLightToggle() {
|
|||||||
updateAllColors();
|
updateAllColors();
|
||||||
|
|
||||||
const darklightText = document.getElementById('darklighttooliptext');
|
const darklightText = document.getElementById('darklighttooliptext');
|
||||||
darklightText!.innerText = GetLightDarkModeString(!settingsState.DarkMode);
|
darklightText!.innerText = GetLightDarkModeString();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user