From f3db738c7f4d62896edd807db867168cc3404f8a Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Sun, 4 Feb 2024 21:06:02 +0100 Subject: [PATCH] disable temporaly config ask --- src/main/pkg_mng/commands/install.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/pkg_mng/commands/install.js b/src/main/pkg_mng/commands/install.js index e10c40f..aa5b66a 100644 --- a/src/main/pkg_mng/commands/install.js +++ b/src/main/pkg_mng/commands/install.js @@ -98,9 +98,9 @@ export default async function install(manifest) { }) } - if (Array.isArray(pkg.install_ask_configs)) { - sendToRender("pkg:install:ask", pkg) - } + // if (Array.isArray(pkg.install_ask_configs)) { + // sendToRender("pkg:install:ask", pkg) + // } sendToRender(`pkg:update:status`, { id: pkg_id,