disable theme

This commit is contained in:
Pierre Dubouilh
2019-02-03 20:39:57 +01:00
parent 5f3b140cd8
commit b277e81d79
5 changed files with 5 additions and 25 deletions
-3
View File
@@ -560,9 +560,6 @@ document.body.addEventListener('keydown', e => {
case 'KeyD':
return prevent(e) || isPicMode() || window.mkdirBtn()
case 'KeyB':
return prevent(e) || toggleTheme() // eslint-disable-line
}
}