Skip to content

Commit

Permalink
chore: Remove unnecessary import of Notification in loading/index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mohandast52 committed May 23, 2024
1 parent dbbb3ae commit 1dab9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/loading/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</div>
</body>
<script>
const { ipcRenderer, Notification } = require("electron");
const { ipcRenderer } = require("electron");
ipcRenderer.on("response", (event, arg) => {
if (typeof arg === "string") {
if (arg.includes(/Installing/)) {
Expand Down

0 comments on commit 1dab9a1

Please sign in to comment.