Donations: Show toasts when resuming after startup
Co-authored-by: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com>
This commit is contained in:
parent
ea3a7f70b6
commit
e17bcb2409
36 changed files with 496 additions and 314 deletions
|
@ -151,12 +151,15 @@ export function DebugLogWindow({
|
|||
<Button onClick={copyLog}>{i18n('icu:debugLogCopy')}</Button>
|
||||
</div>
|
||||
<ToastManager
|
||||
changeLocation={shouldNeverBeCalled}
|
||||
clearDonation={shouldNeverBeCalled}
|
||||
OS="unused"
|
||||
hideToast={closeToast}
|
||||
i18n={i18n}
|
||||
onShowDebugLog={shouldNeverBeCalled}
|
||||
onUndoArchive={shouldNeverBeCalled}
|
||||
openFileInFolder={shouldNeverBeCalled}
|
||||
setDidResumeDonation={shouldNeverBeCalled}
|
||||
showAttachmentNotAvailableModal={shouldNeverBeCalled}
|
||||
toast={toast}
|
||||
containerWidthBreakpoint={null}
|
||||
|
@ -209,12 +212,15 @@ export function DebugLogWindow({
|
|||
</Button>
|
||||
</div>
|
||||
<ToastManager
|
||||
changeLocation={shouldNeverBeCalled}
|
||||
clearDonation={shouldNeverBeCalled}
|
||||
OS="unused"
|
||||
hideToast={closeToast}
|
||||
i18n={i18n}
|
||||
onShowDebugLog={shouldNeverBeCalled}
|
||||
onUndoArchive={shouldNeverBeCalled}
|
||||
openFileInFolder={shouldNeverBeCalled}
|
||||
setDidResumeDonation={shouldNeverBeCalled}
|
||||
showAttachmentNotAvailableModal={shouldNeverBeCalled}
|
||||
toast={toast}
|
||||
containerWidthBreakpoint={null}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue