Stash-box tagger integration (#454)

This commit is contained in:
InfiniteTF
2020-10-24 05:31:39 +02:00
committed by GitHub
parent 70f73ecf4a
commit 3346f8dcca
75 changed files with 3007 additions and 79 deletions

View File

@@ -691,10 +691,12 @@ export const SettingsConfigurationPanel: React.FC = () => {
</Form.Group>
<hr />
<Form.Group>
<Form.Group id="stashbox">
<h4>Stash-box integration</h4>
<StashBoxConfiguration boxes={stashBoxes} saveBoxes={setStashBoxes} />
</Form.Group>
<hr />
<Form.Group>