Fix Window

This commit is contained in:
smartfridge 2021-05-04 17:46:50 +02:00 committed by GitHub
parent 56dc70a5e1
commit 254ad06241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ window.addEventListener('DOMContentLoaded', () => {
}
})
const currentWindow = remote.getCurrentWindow();
electronLocalshortcut.register(currentWindow, "F5", () => {
location.reload();