mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-17 15:36:50 +00:00
Fix generate app icon url
This commit is contained in:
parent
03e9439d7d
commit
fde06f0bcc
@ -542,10 +542,16 @@ export default function Dashboard() {
|
|||||||
</div>
|
</div>
|
||||||
<div className="grid w-full items-center gap-1.5">
|
<div className="grid w-full items-center gap-1.5">
|
||||||
<Label>{t('Applications.Add.IconURL')}</Label>
|
<Label>{t('Applications.Add.IconURL')}</Label>
|
||||||
<Input
|
<div className="flex gap-2">
|
||||||
placeholder={t('Applications.Add.IconURLPlaceholder')}
|
<Input
|
||||||
onChange={(e) => setIcon(e.target.value)}
|
placeholder={t('Applications.Add.IconURLPlaceholder')}
|
||||||
|
onChange={(e) => setIcon(e.target.value)}
|
||||||
|
value={icon}
|
||||||
/>
|
/>
|
||||||
|
<Button variant="outline" size="icon" onClick={generateIconURL}>
|
||||||
|
<Zap />
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="grid w-full items-center gap-1.5">
|
<div className="grid w-full items-center gap-1.5">
|
||||||
<Label>{t('Applications.Add.PublicURL')}</Label>
|
<Label>{t('Applications.Add.PublicURL')}</Label>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user