v1.10.0 #471

Merged
LukeGus merged 106 commits from dev-1.10.0 into main 2026-01-01 04:20:12 +00:00
26 changed files with 26 additions and 26 deletions
Showing only changes of commit 1aeb225efd - Show all commits
@@ -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>