made picker usable in new ui, but still ugly

download audio button still dies after 20 seconds, have to change url from stream to direct file (because tiktok audio links are static)
This commit is contained in:
wukko
2023-08-14 01:36:19 +06:00
parent 5955594e48
commit c4830cac08
5 changed files with 42 additions and 34 deletions

View File

@@ -455,7 +455,7 @@ export default function(obj) {
name: "picker",
closeAria: t('AccessibilityGoBack'),
header: {
title: `<div id="picker-title"></div>`,
title: `${emoji("🧮", 30)} <div id="picker-title"></div>`,
explanation: `<div id="picker-subtitle"></div>`,
},
buttons: [`<a id="picker-download" class="switch" target="_blank" href="/">${t('ImagePickerDownloadAudio')}</a>`],