Forgot to save a line
This commit is contained in:
parent
a43f0a7e7f
commit
8c551f6826
|
@ -74,6 +74,7 @@ browser.storage.local.get(
|
|||
r => {
|
||||
enable.checked = !r.disableYoutube;
|
||||
onlyEmbeddedVideo.value = r.onlyEmbeddedVideo;
|
||||
youtubeEmbedFrontend.value = r.youtubeEmbedFrontend;
|
||||
frontend.value = r.youtubeFrontend;
|
||||
protocol = r.protocol;
|
||||
|
||||
|
|
Loading…
Reference in New Issue