mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-28 14:58:09 +09:00
chore(lint): Add missing semicolon
This commit is contained in:
parent
39319a0197
commit
2aeedf5adf
@ -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 }) => {
|
||||
|
Loading…
Reference in New Issue
Block a user