mirror of
https://github.com/mue/mue.git
synced 2026-07-19 06:54:10 +02:00
chore: release 6.0, fix firefox bug
This commit is contained in:
@@ -42,9 +42,9 @@ if (localStorage.getItem('stats') === 'true') {
|
||||
variables.stats = Stats;
|
||||
}
|
||||
|
||||
if (localStorage.getItem('keybindsEnabled') === 'true') {
|
||||
/*if (localStorage.getItem('keybindsEnabled') === 'true') {
|
||||
variables.keybinds = JSON.parse(localStorage.getItem('keybinds') || '{}');
|
||||
}
|
||||
}*/
|
||||
|
||||
render(
|
||||
<App/>,
|
||||
|
||||
Reference in New Issue
Block a user