From 254ad0624156c34d8712512cdddb6c772ed60016 Mon Sep 17 00:00:00 2001 From: smartfridge <37928912+smartfrigde@users.noreply.github.com> Date: Tue, 4 May 2021 17:46:50 +0200 Subject: [PATCH] Fix Window --- preload.js | 1 - 1 file changed, 1 deletion(-) diff --git a/preload.js b/preload.js index 8d71f41..acd9768 100644 --- a/preload.js +++ b/preload.js @@ -18,7 +18,6 @@ window.addEventListener('DOMContentLoaded', () => { } -}) const currentWindow = remote.getCurrentWindow(); electronLocalshortcut.register(currentWindow, "F5", () => { location.reload();