From 427b90a5e9299db5c5d516a93b67756f6e895d9e Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Wed, 1 Sep 2021 21:11:51 -0400 Subject: [PATCH] Add option to disable mute segments --- public/_locales/en/messages.json | 3 +++ public/options/options.html | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 043d64e0..3b897390 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -610,6 +610,9 @@ "autoSkipOnMusicVideos": { "message": "Auto skip all segments when there is a non-music segment" }, + "muteSegments": { + "message": "Allow muting segments" + }, "colorFormatIncorrect": { "message": "Your color is formatted incorrectly. It should be a 3 or 6 digit hex code with a number sign at the beginning." }, diff --git a/public/options/options.html b/public/options/options.html index 540b5122..b1a0dcb4 100644 --- a/public/options/options.html +++ b/public/options/options.html @@ -50,6 +50,22 @@
+
+ + +
+
+
+
+