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: {