Skip to content

Commit

Permalink
Authorize DevTools
Browse files Browse the repository at this point in the history
  • Loading branch information
LeMocha committed Jun 29, 2024
1 parent 7cb53da commit 48cb14e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "launcher",
"preductname": "AlmyriaCraft Launcher",
"version": "1.0.15",
"version": "1.0.16",
"description": "Launcher pour le serveur AlmyriaCraft",
"main": "src/app.js",
"author": "Luuxis, LeWarpy <coucou@lewarpy.fr>, LeMocha <cadet@lucie.re>",
Expand Down
4 changes: 2 additions & 2 deletions src/assets/js/launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ class Launcher {

initLog() {
document.addEventListener("keydown", (e) => {
/* if (e.ctrlKey && e.shiftKey && e.keyCode == 73 || e.keyCode == 123) {
if (e.ctrlKey && e.shiftKey && e.keyCode == 73 || e.keyCode == 123) {
ipcRenderer.send("main-window-dev-tools");
} */
}
})
new logger('Launcher', '#7289da')
}
Expand Down

0 comments on commit 48cb14e

Please sign in to comment.