🔀 Merge pull request #195 from LarveyOfficial/patch-3

More Information in Torrents Module
This commit is contained in:
Thomas Camlong
2022-06-12 15:39:32 +02:00
committed by GitHub
6 changed files with 95 additions and 46 deletions

View File

@@ -155,8 +155,9 @@ const AppShelf = (props: any) => {
</Accordion.Item>
) : null}
<Accordion.Item key="Downloads" label="Your downloads">
<ModuleMenu module={DownloadsModule} />
<Paper
p="lg"
radius="lg"
style={{
background: `rgba(${colorScheme === 'dark' ? '37, 38, 43,' : '255, 255, 255,'} \
${(config.settings.appOpacity || 100) / 100}`,
@@ -164,6 +165,7 @@ const AppShelf = (props: any) => {
${(config.settings.appOpacity || 100) / 100}`,
}}
>
<ModuleMenu module={DownloadsModule} />
<DownloadComponent />
</Paper>
</Accordion.Item>