Disabled Piped-Material preferrences temprorarly

This commit is contained in:
ManeraKai 2022-03-06 14:18:15 +03:00
parent adb3db99c6
commit 8613d52c40
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ function changeFrontendsSettings(frontend) {
freetubeYatteeDivElement.style.display = 'none';
}
else if (frontend == 'pipedMaterial') {
invidiousPipedDivElement.style.display = 'block'
invidiousPipedDivElement.style.display = 'none'
invidiousDivElement.style.display = 'none';
pipedDivElement.style.display = 'none';
pipedMaterialDivElement.style.display = 'block';