Enable SquirrelMacEnableDirectContentsWrite

This commit is contained in:
Fedor Indutny 2023-02-23 14:37:55 -08:00 committed by GitHub
parent 5d110964b9
commit a83a85d557
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 35 additions and 32 deletions

View file

@ -802,15 +802,16 @@ export function StoryViewer({
))}
</div>
<div className="StoryViewer__actions">
{sendStatus === ResolvedSendStatus.Failed && !wasManuallyRetried && (
<button
className="StoryViewer__actions__failed"
onClick={doRetryMessageSend}
type="button"
>
{i18n('StoryViewer__failed')}
</button>
)}
{sendStatus === ResolvedSendStatus.Failed &&
!wasManuallyRetried && (
<button
className="StoryViewer__actions__failed"
onClick={doRetryMessageSend}
type="button"
>
{i18n('StoryViewer__failed')}
</button>
)}
{sendStatus === ResolvedSendStatus.PartiallySent &&
!wasManuallyRetried && (
<button