Restores ESC to close preferences

This commit is contained in:
Josh Perez 2021-08-24 17:00:56 -04:00 committed by GitHub
parent 424d8785b6
commit c304cb84fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 1 deletions

View file

@ -101,8 +101,9 @@ const createProps = (): PropsType => ({
zoomFactor: 1,
addCustomColor: action('addCustomColor'),
editCustomColor: action('editCustomColor'),
closeSettings: action('closeSettings'),
doDeleteAllData: action('doDeleteAllData'),
editCustomColor: action('editCustomColor'),
getConversationsWithCustomColor: () => Promise.resolve([]),
initialSpellCheckSetting: true,
makeSyncRequest: () => {