From 8320eca1119a731e66f6042f84ab36e7704c1e2d Mon Sep 17 00:00:00 2001 From: Zhe Li Date: Wed, 10 May 2023 23:15:43 +0800 Subject: [PATCH 1/2] Fix disable backup policy not working issue (#1050) (#1051) --- src/components/Popup/BackupPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Popup/BackupPage.vue b/src/components/Popup/BackupPage.vue index 3f900e5cc..db6a7fa9a 100644 --- a/src/components/Popup/BackupPage.vue +++ b/src/components/Popup/BackupPage.vue @@ -75,7 +75,7 @@ export default Vue.extend({ return this.$store.getters["accounts/currentlyEncrypted"]; }, backupDisabled: function () { - return this.$store.getters["menu/storageArea"]; + return this.$store.state.menu.backupDisabled; }, }, methods: { From c3d1fdf1124cb70b58cfaf1d245616185e9c5652 Mon Sep 17 00:00:00 2001 From: Zhe Li Date: Wed, 10 May 2023 23:19:27 +0800 Subject: [PATCH 2/2] 6.3.5 (#1052) --- manifests/manifest-chrome.json | 2 +- manifests/manifest-edge.json | 2 +- manifests/manifest-firefox.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/manifest-chrome.json b/manifests/manifest-chrome.json index 2a6a166ef..4349919f2 100644 --- a/manifests/manifest-chrome.json +++ b/manifests/manifest-chrome.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", - "version": "6.3.4", + "version": "6.3.5", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { diff --git a/manifests/manifest-edge.json b/manifests/manifest-edge.json index 20ff01223..c4e71179e 100644 --- a/manifests/manifest-edge.json +++ b/manifests/manifest-edge.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Authenticator: 2FA Client", "short_name": "__MSG_extShortName__", - "version": "6.3.4", + "version": "6.3.5", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { diff --git a/manifests/manifest-firefox.json b/manifests/manifest-firefox.json index 48151a940..1a1636e14 100644 --- a/manifests/manifest-firefox.json +++ b/manifests/manifest-firefox.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", - "version": "6.3.4", + "version": "6.3.5", "default_locale": "en", "description": "__MSG_extDesc__", "applications": {