From 97faaa33d71c3340cb5cf10d5631e727dc63b90d Mon Sep 17 00:00:00 2001 From: 0neGal Date: Mon, 31 Jul 2023 15:01:49 +0200 Subject: accidentally wrote console.status instead of .info --- src/modules/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/update.js b/src/modules/update.js index f16c928..eb6e540 100644 --- a/src/modules/update.js +++ b/src/modules/update.js @@ -71,7 +71,7 @@ update.northstar_autoupdate = () => { body: lang("gui.nsupdate.gaming.body") }).show(); } else { - console.status(lang("cli.autoupdates.updatingns")); + console.info(lang("cli.autoupdates.updatingns")); update.northstar(); } } else { -- cgit v1.2.3