🌊 qBittorrent settings scaffold
This commit is contained in:
@@ -23,6 +23,12 @@ export const Settings = (props: ISettingsProps): ReactElement => {
|
||||
</div>
|
||||
),
|
||||
},
|
||||
{
|
||||
id: "qbt-connection",
|
||||
content: (
|
||||
<div key="qbt-connection">{/* <QbitTorrentSettingsForm /> */}</div>
|
||||
),
|
||||
},
|
||||
{
|
||||
id: "core-service",
|
||||
content: <ServiceStatuses />,
|
||||
|
||||
@@ -37,6 +37,20 @@
|
||||
"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