Skip to content

Commit

Permalink
Added Amandments and Tom's Simple Storage Mods
Browse files Browse the repository at this point in the history
  • Loading branch information
LeMocha committed Jun 29, 2024
1 parent 7cb53da commit f5a606c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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
1 change: 1 addition & 0 deletions src/panels/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<meta charset="UTF-8">
<link rel="stylesheet" href="assets/css/panels/home.css">
</head>

<div class="home-content">
<div class="bottom-bar-home">
<button class="player-head"></button>
Expand Down

0 comments on commit f5a606c

Please sign in to comment.