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

View file

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