Skip to content
Snippets Groups Projects
Commit 57c3ea3d authored by syuilo's avatar syuilo
Browse files

chore(lint): Add missing semicolon

parent c01210d4
No related branches found
Tags 12.41.1
No related merge requests found
......@@ -146,7 +146,7 @@ os.init(async () => {
} else if (e.key === 'i') {
location.reload();
}
}, false)
}, false);
store.watch(state => state.device.darkMode, darkMode => {
import('./theme').then(({ builtinThemes }) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment