stylecheck

This commit is contained in:
Araxeus
2021-04-05 03:25:45 +03:00
parent 28d366ab19
commit 11bd1adbd4
3 changed files with 26 additions and 26 deletions

View File

@ -36,7 +36,7 @@ document.addEventListener("DOMContentLoaded", () => {
// inject front logger
const loggerPath = path.join(__dirname, "providers", "logger.js")
fileExists(loggerPath, require(loggerPath));
// Add action for reloading
global.reload = () =>
remote.getCurrentWindow().webContents.loadURL(config.get("url"));