This repository has been archived by the owner on Apr 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Display a dialog on startup to inform the user about Google's decision to discontinue Inbox. The dialog explains which versions work with Inbox and which with Gmail. We add a new config setting 'displayMigrationInfo' to allow the user to forever dismiss the dialog.
- Loading branch information
Jose Marino
committed
Mar 11, 2019
1 parent
6093e68
commit 3df06ea
Showing
2 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,5 +18,6 @@ module.exports = new ElectronStore({ | |
period: 2, | ||
}, | ||
sendAnalytics: true, | ||
displayMigrationInfo: true, | ||
}, | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters