Fix disable_upload in GUI

This commit is contained in:
Igor Katson 2024-08-29 16:59:53 +01:00
parent c923df4458
commit 6ca3561230
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

@ -105,6 +105,7 @@ async fn api_from_config(
},
enable_upnp_port_forwarding: !config.upnp.disable_tcp_port_forward,
fastresume: config.persistence.fastresume,
disable_upload: config.disable_upload,
..Default::default()
},
)