Files
Desktop/ts/types/Dialogs.std.ts
automated-signal befb760541 Poll yml file for MAS
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2026-06-30 22:26:35 +00:00

17 lines
507 B
TypeScript

// Copyright 2020 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
export enum DialogType {
None = 'None',
AutoUpdate = 'AutoUpdate',
Cannot_Update = 'Cannot_Update',
Cannot_Update_Require_Manual = 'Cannot_Update_Require_Manual',
UnsupportedOS = 'UnsupportedOS',
MacOS_Read_Only = 'MacOS_Read_Only',
DownloadReady = 'DownloadReady',
FullDownloadReady = 'FullDownloadReady',
Downloading = 'Downloading',
DownloadedUpdate = 'DownloadedUpdate',
MASUpdate = 'MASUpdate',
}