chore: run clean

This commit is contained in:
LukeGus
2025-12-31 02:13:51 -06:00
parent fc9fe79720
commit 1aeb225efd
26 changed files with 26 additions and 26 deletions

View File

@@ -707,7 +707,7 @@ export function HostGeneralTab({
control={form.control} control={form.control}
name="useSocks5" name="useSocks5"
render={({ field }) => ( render={({ field }) => (
<FormItem className="flex flex-row items-center justify-between rounded-lg border p-3"> <FormItem className="flex flex-row items-center justify-between rounded-lg border p-3 bg-elevated dark:bg-input/30">
<div className="space-y-0.5"> <div className="space-y-0.5">
<FormLabel>{t("hosts.enableSocks5")}</FormLabel> <FormLabel>{t("hosts.enableSocks5")}</FormLabel>
<FormDescription> <FormDescription>