mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +03:00
Renamed SaveSettingsStep to more logical SaveSettingStatus
This commit is contained in:
parent
0864d306d6
commit
118558cdfd
8 changed files with 36 additions and 36 deletions
|
|
@ -29,11 +29,11 @@ UploadErrorCode = {
|
|||
/**
|
||||
* @enum {number}
|
||||
*/
|
||||
SaveSettingsStep = {
|
||||
Animate: -2,
|
||||
SaveSettingStatus = {
|
||||
Saving: -2,
|
||||
Idle: -1,
|
||||
TrueResult: 1,
|
||||
FalseResult: 0
|
||||
Success: 1,
|
||||
Failed: 0
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue