Skip to content

Commit

Permalink
Fix seeding settings
Browse files Browse the repository at this point in the history
  • Loading branch information
egbertbouman committed Oct 21, 2024
1 parent aac419f commit 0853b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tribler/ui/src/pages/Settings/Seeding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function Seeding() {
return (
<div className="p-6 w-full">
<RadioGroup
defaultValue="forever"
defaultValue={settings?.libtorrent?.download_defaults?.seeding_mode || "forever"}
onValueChange={(value) => {
if (settings) {
setSettings({
Expand Down

0 comments on commit 0853b6d

Please sign in to comment.