Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
finallize (#11)
Browse files Browse the repository at this point in the history
* test integrated shell

* last commit

* final touches

* inal

* finaliz
  • Loading branch information
Ahmad-Mtr authored May 27, 2024
1 parent 4cca389 commit 42af0e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</head>
<body>
<div class="loading">
Loading...
.
<div class="loader">
<div></div>
<div></div>
Expand Down
4 changes: 3 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ document.addEventListener("DOMContentLoaded", () => {

document.addEventListener("keydown", (event) => {
if (event.ctrlKey && event.key === "m") {
windowManager.createWindow("Terminal", getMinesweeperPath);

windowManager.createWindow("Minesweeper", getMinesweeperPath);

}
});

Expand Down

0 comments on commit 42af0e8

Please sign in to comment.