From 77bca56e2dbd249223f2341707d444b11bc9f812 Mon Sep 17 00:00:00 2001 From: harytfw Date: Sun, 3 Sep 2017 14:20:04 +0800 Subject: [PATCH] Update config.js --- config.js | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 300e0bd..f00dbb2 100644 --- a/config.js +++ b/config.js @@ -29,7 +29,7 @@ class ConfigClass { } save() { const temp = JSON.parse(JSON.stringify(this)); - if (this.syncFirefoxAccount && browser.storage.sync) { + if (this.enableSync && browser.storage.sync) { browser.storage.sync.set(temp); } return browser.storage.local.set(temp); diff --git a/manifest.json b/manifest.json index 01e5b99..fbbc5c8 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "description": "__MSG_extensionDescription__", "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "1.50.0b6", + "version": "1.50.0b7", "homepage_url": "https://github.com/harytfw/GlitterDrag", "icons": { "48": "Drag.png",