mirror of https://github.com/keeweb/keeweb
fixed eslint
parent
4fefe8775e
commit
9b30a17df0
|
@ -339,8 +339,6 @@ function notifyOpenFile() {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
function setGlobalShortcuts() {
|
||||
const shortcutModifiers = process.platform === 'darwin' ? 'Ctrl+Alt+' : 'Shift+Alt+';
|
||||
const shortcuts = {
|
||||
|
|
Loading…
Reference in New Issue