Add disable upload checkbox to UI

This commit is contained in:
Igor Katson 2024-08-29 10:23:07 +01:00
parent 7fda8c0a14
commit 8379672f01
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
4 changed files with 17 additions and 0 deletions

View file

@ -41,6 +41,7 @@ interface RqbitDesktopConfigUpnp {
export interface RqbitDesktopConfig {
default_download_location: PathLike;
disable_upload: boolean;
dht: RqbitDesktopConfigDht;
tcp_listen: RqbitDesktopConfigTcpListen;
upnp: RqbitDesktopConfigUpnp;