feat: about, remove redundancy

- Remove redundant background option
- about tab UI improvements
- improve widget order UI.. to be completed later
This commit is contained in:
alexsparkes
2022-04-09 23:09:27 +01:00
parent db5bf0019c
commit d2e6d6d319
8 changed files with 86 additions and 47 deletions

View File

@@ -312,17 +312,6 @@ export default function PhotoInformation({ info, url, api }) {
<Photographer />
<span>{photographer}</span>
</div>
{downloadEnabled ? (
<>
<Download />
<span className="download" onClick={() => downloadImage(info)}>
{variables.language.getMessage(
variables.languagecode,
'widgets.background.download',
)}
</span>
</>
) : null}
</div>
</>
) : null}