From 975e624625fa54f582af751c0b3f9a399c95e919 Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Thu, 1 Apr 2021 13:44:13 +0200 Subject: [PATCH 1/2] Update check_process --- check_process | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_process b/check_process index a363d4e..535ceb5 100644 --- a/check_process +++ b/check_process @@ -27,5 +27,5 @@ Notification=none ;;; Upgrade options ; commit=CommitHash name=Name and date of the commit. - manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666& + manifest_arg=domain=DOMAIN&path=PATH&is_public=1& From c423e19714940d11b7561f2b04bde81be9942434 Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Thu, 1 Apr 2021 13:58:21 +0200 Subject: [PATCH 2/2] Update manifest.json --- manifest.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/manifest.json b/manifest.json index 1940bee..19dc4ca 100644 --- a/manifest.json +++ b/manifest.json @@ -43,16 +43,6 @@ "fr": "Si oui, cette app pourra ĂȘtre accessible par tout le monde." }, "default": true - }, - { - "name": "language", - "type": "string", - "ask": { - "en": "Choose the application language", - "fr": "Choisissez la langue de l'application" - }, - "choices": ["fr", "en"], - "default": "fr" } ] }