diff --git a/package.json b/package.json
index 43a9a090..f4b2dcb2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "stylebot",
- "version": "2.4.0",
+ "version": "2.4.1",
"description": "Change the appearance of websites instantly.",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --hide-modules; node ./build_scripts/compile_templates",
diff --git a/src/browseraction/App.vue b/src/browseraction/App.vue
index 59a1e6bd..717aa011 100644
--- a/src/browseraction/App.vue
+++ b/src/browseraction/App.vue
@@ -15,7 +15,7 @@
-
@@ -41,6 +41,12 @@ export default Vue.extend({
name: 'Style',
props: ['url', 'css', 'initialEnabled'],
+ watch: {
+ initialEnabled(newVal: boolean): void {
+ this.enabled = newVal;
+ },
+ },
+
components: {
StyleEditor,
StyleEditButton,
diff --git a/src/options/components/StyleEditor.vue b/src/options/components/StyleEditor.vue
index 6b4fb547..b09ffe81 100644
--- a/src/options/components/StyleEditor.vue
+++ b/src/options/components/StyleEditor.vue
@@ -36,7 +36,7 @@
-
+
- v2.4 •
+ v2.4.1 •
Readme
•
-
@@ -67,8 +66,8 @@