From 6828d337aee65a65490d66d32c26e37a72e09f71 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Mon, 30 Jan 2023 00:00:41 +0800 Subject: [PATCH] Disable HTTP(s) - Browser Engine Reason: Unfortunately, after some test, I found that Playwright requires a lot of libraries to be installed on the Linux host in order to start Chrome or Firefox. It will be hard to install, so I hide this feature for now. --- src/pages/EditMonitor.vue | 4 ++++ src/pages/Settings.vue | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/pages/EditMonitor.vue b/src/pages/EditMonitor.vue index 0f7fc4a5..0f7e86a3 100644 --- a/src/pages/EditMonitor.vue +++ b/src/pages/EditMonitor.vue @@ -71,12 +71,16 @@ + + diff --git a/src/pages/Settings.vue b/src/pages/Settings.vue index 2b08d04e..b034a541 100644 --- a/src/pages/Settings.vue +++ b/src/pages/Settings.vue @@ -113,9 +113,12 @@ export default { backup: { title: this.$t("Backup"), }, + /* + Hidden for now: Unfortunately, after some test, I found that Playwright requires a lot of libraries to be installed on the Linux host in order to start Chrome or Firefox. + It will be hard to install, so I hide this feature for now. But it still accessible via URL: /settings/plugins. plugins: { title: this.$tc("plugin", 2), - }, + },*/ about: { title: this.$t("About"), },