Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xskill committed Oct 12, 2022
1 parent 8c674d4 commit 3345620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/v2ray/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ return L.view.extend<SectionItem[][]>({
o.depends("loglevel", "warning");
o.depends("loglevel", "error");

o = s.option(form.Flag, "dnsLog", _("Enabled"), _("Enabled DNS log"));
o = s.option(form.Flag, "dnsLog", _("Enabled DNS log"));

o = s.option(form.MultiValue, "inbounds", _("Inbounds enabled"));
o.depends("config_file", "");
Expand Down

0 comments on commit 3345620

Please sign in to comment.