aboutsummaryrefslogtreecommitdiff
path: root/src-ui/src
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-09-10 17:17:41 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-09-10 17:17:41 +0200
commitae10f3255155869a2026f2e09092f73c1394ae7b (patch)
tree1a162804414b06d31825812a85a845f0fc3f4254 /src-ui/src
parentd6e72199553e38c4435b5625b1f7af9f71ae0754 (diff)
downloadFlightCore-ae10f3255155869a2026f2e09092f73c1394ae7b.tar.gz
FlightCore-ae10f3255155869a2026f2e09092f73c1394ae7b.zip
Do not show alert message on install/update finish
Diffstat (limited to 'src-ui/src')
-rw-r--r--src-ui/src/main.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src-ui/src/main.ts b/src-ui/src/main.ts
index 46d3b9de..5ebed28e 100644
--- a/src-ui/src/main.ts
+++ b/src-ui/src/main.ts
@@ -111,7 +111,6 @@ document.addEventListener("DOMContentLoaded", async function () {
await install_northstar_result.then((message) => {
console.log(message);
- alert("Done installing Northstar");
})
.catch((error) => {
console.error(error);
@@ -130,7 +129,6 @@ document.addEventListener("DOMContentLoaded", async function () {
await update_northstar_result.then((message) => {
console.log(message);
- alert("Done updating Northstar");
})
.catch((error) => {
console.error(error);