mirror of
https://github.com/wukko/cobalt.git
synced 2025-01-24 03:36:22 +01:00
page: deduplicate tiktok settings element id
This commit is contained in:
parent
6f5bb80b3a
commit
c04c37a548
1 changed files with 2 additions and 2 deletions
|
@ -324,7 +324,7 @@ export default function(obj) {
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
+ settingsCategory({
|
+ settingsCategory({
|
||||||
name: "tiktok",
|
name: "tiktok-watermark",
|
||||||
title: "tiktok",
|
title: "tiktok",
|
||||||
body: checkbox([{
|
body: checkbox([{
|
||||||
action: "disableTikTokWatermark",
|
action: "disableTikTokWatermark",
|
||||||
|
@ -400,7 +400,7 @@ export default function(obj) {
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
+ settingsCategory({
|
+ settingsCategory({
|
||||||
name: "tiktok",
|
name: "tiktok-audio",
|
||||||
title: "tiktok",
|
title: "tiktok",
|
||||||
body: checkbox([{
|
body: checkbox([{
|
||||||
action: "fullTikTokAudio",
|
action: "fullTikTokAudio",
|
||||||
|
|
Loading…
Reference in a new issue