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 @@
+
+ + +
+
+
+
+