Restores ESC to close preferences
This commit is contained in:
parent
424d8785b6
commit
c304cb84fe
3 changed files with 21 additions and 1 deletions
|
@ -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: () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue