aboutsummaryrefslogtreecommitdiff
path: root/src/modules/update.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/update.js')
-rw-r--r--src/modules/update.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/update.js b/src/modules/update.js
index c792217..7469e02 100644
--- a/src/modules/update.js
+++ b/src/modules/update.js
@@ -415,10 +415,6 @@ update.northstar = async (force_install) => {
let description = lang("gui.toast.desc.unknown_error") + " (" + err.code + ")";
- if (err.code == "EACCES") {
- description = lang("gui.toast.desc.permission_denied");
- }
-
win().toast({
scheme: "error",
title: lang("gui.toast.title.failed"),