refactor: rename 'yacd' to 'enable_yacd'

This commit is contained in:
Andrey Petelin
2025-10-10 19:29:16 +05:00
committed by divocat
parent 036808917d
commit 1e6b555bfa
2 changed files with 4 additions and 4 deletions

View File

@@ -167,7 +167,7 @@ function createSettingsContent(section) {
o = section.option(
form.Flag,
'yacd',
'enable_yacd',
_('Enable YACD'),
`<a href="${main.getClashApiUrl()}/ui" target="_blank">${main.getClashApiUrl()}/ui</a>`,
);