refs #3573 Enable reload shortcut key

This commit is contained in:
AkiraFukushima 2022-09-05 00:29:44 +09:00
parent 7967d507d3
commit b91fdd9a86
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
1 changed files with 1 additions and 9 deletions

View File

@ -14,8 +14,7 @@ import {
Notification,
NotificationConstructorOptions,
nativeTheme,
IpcMainInvokeEvent,
globalShortcut
IpcMainInvokeEvent
} from 'electron'
import Datastore from 'nedb'
import { isEmpty } from 'lodash'
@ -452,13 +451,6 @@ app.on('activate', () => {
}
})
app.on('browser-window-focus', () => {
// Disable reload
globalShortcut.register('CommandOrControl+R', () => {
console.log('CommandOrControl+R is pressed: Shortcut Disabled')
})
})
const auth = new Authentication(accountRepo)
type AuthRequest = {