mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Accept multiple images and videos in attachment picker
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
export enum AttachmentToastType {
|
||||
ToastCannotMixImageAndNonImageAttachments,
|
||||
ToastCannotMixMultiAndNonMultiAttachments,
|
||||
ToastDangerousFileType,
|
||||
ToastFileSize,
|
||||
ToastMaxAttachments,
|
||||
ToastOneNonImageAtATime,
|
||||
ToastUnsupportedMultiAttachment,
|
||||
ToastUnableToLoadAttachment,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user