mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
Reset the preferredChannel to stable.
This commit is contained in:
parent
e9c131a0e8
commit
98c9473b87
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const UpdateAvailableState = 'update-available';
|
|||
const NoUpdateAvailableState = 'no-update-available';
|
||||
const UnsupportedState = 'unsupported';
|
||||
const ErrorState = 'error';
|
||||
const preferredChannel = 'nylas-mail'
|
||||
const preferredChannel = 'stable'
|
||||
|
||||
export default class AutoUpdateManager extends EventEmitter {
|
||||
|
||||
|
|
Loading…
Reference in a new issue