remove unused function

This commit is contained in:
Cory LaViska
2021-11-18 08:00:28 -05:00
parent 8fd8087370
commit 2f2709abc6

View File

@@ -73,7 +73,6 @@
event.preventDefault();
setTheme(isDark() ? 'light' : 'dark');
show();
}
});