mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-16 13:08:52 +00:00
web/settings: improve settings section ids
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
</script>
|
||||
|
||||
<SettingsCategory
|
||||
sectionId="video-quality"
|
||||
sectionId="quality"
|
||||
title={$t("settings.video.quality")}
|
||||
>
|
||||
<Switcher big={true} description={$t("settings.video.quality.description")}>
|
||||
@@ -34,7 +34,7 @@
|
||||
</SettingsCategory>
|
||||
|
||||
<SettingsCategory
|
||||
sectionId="youtube-codec"
|
||||
sectionId="codec"
|
||||
title={$t("settings.video.youtube.codec")}
|
||||
>
|
||||
<Switcher
|
||||
|
||||
Reference in New Issue
Block a user