Commit 27153ddb authored by Danny Liu's avatar Danny Liu
Browse files

remove unused variable

parent b94dc767
......@@ -32,7 +32,7 @@
function applyTheme(theme: string) {
localStorage.theme = theme;
const themeClassList = document.documentElement.classList;
if (theme === 'system') {
updateSystemTheme();
return;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment