Drop unused code

This commit is contained in:
Louis Lam
2023-07-03 14:50:30 +08:00
parent 4b913c8b4c
commit df8fcffb19
12 changed files with 15 additions and 594 deletions

View File

@@ -116,12 +116,6 @@ 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"),
},