mirror of
https://github.com/EndPwnArchive/EndPwn3Plugins.git
synced 2024-08-14 23:57:06 +00:00
fix the shit
This commit is contained in:
parent
88dbbdb77f
commit
aaa37feef7
1 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ exports = {
|
||||||
internal.print(`Reloading!`);
|
internal.print(`Reloading!`);
|
||||||
electron.getCurrentWindow().loadURL(window.location.href);
|
electron.getCurrentWindow().loadURL(window.location.href);
|
||||||
}
|
}
|
||||||
},`The following plugins need to update: ${updated.join(", ")}. Would you like to restart for these plugins to be updated?`,);
|
},`The following plugins need to update: ${updated.join(", ")}. Would you like to restart for these plugins to be updated?`);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue