Files
Signal-Desktop/ts/types/Dialogs.ts
2021-08-19 15:56:29 -07:00

14 lines
320 B
TypeScript

// Copyright 2020 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
/* eslint-disable camelcase */
export enum DialogType {
None = 'None',
Update = 'Update',
Cannot_Update = 'Cannot_Update',
MacOS_Read_Only = 'MacOS_Read_Only',
DownloadReady = 'DownloadReady',
Downloading = 'Downloading',
}