🌊 qBittorrent settings scaffold
This commit is contained in:
@@ -126,6 +126,5 @@
|
|||||||
"tslint": "^6.1.3",
|
"tslint": "^6.1.3",
|
||||||
"typescript": "^5.1.6",
|
"typescript": "^5.1.6",
|
||||||
"vite": "^4.4.9"
|
"vite": "^4.4.9"
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,6 +23,12 @@ export const Settings = (props: ISettingsProps): ReactElement => {
|
|||||||
</div>
|
</div>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: "qbt-connection",
|
||||||
|
content: (
|
||||||
|
<div key="qbt-connection">{/* <QbitTorrentSettingsForm /> */}</div>
|
||||||
|
),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "core-service",
|
id: "core-service",
|
||||||
content: <ServiceStatuses />,
|
content: <ServiceStatuses />,
|
||||||
|
|||||||
@@ -37,6 +37,20 @@
|
|||||||
"displayName": "Additional Configuration"
|
"displayName": "Additional Configuration"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "qbittorrent",
|
||||||
|
"displayName": "qBitTorrent",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"id": "qbt-connection",
|
||||||
|
"displayName": "Connection"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "qbt-additional-configuration",
|
||||||
|
"displayName": "qbt-configuration"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user