Skip to content

Commit

Permalink
fix: spinner issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-AshishRanjan committed Jan 20, 2024
1 parent 75c88f4 commit e72fde9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
</head>
<body>
<h1>Proxy Manager</h1>
<div class="proxyCards">
<div class="spinner"></div>
</div>
<div class="proxyCards"></div>
<div class="spinner"></div>
</body>
<script src="./js/index.js"></script>
</html>
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1017,6 +1017,7 @@ ${commandsApt}`,
(error, stdout, stderr) => {
if (error) {
console.error("Got an Error:", stderr);
alert(stderr);
mainWindow.webContents.send("proxy:warning", {
msg: "Sudo implementation failed",
});
Expand Down

0 comments on commit e72fde9

Please sign in to comment.