mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-22 03:09:25 +00:00
9 lines
110 B
TypeScript
9 lines
110 B
TypeScript
/* eslint-disable camelcase */
|
|
|
|
export enum Dialogs {
|
|
None,
|
|
Update,
|
|
Cannot_Update,
|
|
MacOS_Read_Only,
|
|
}
|