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

@ -291,6 +291,7 @@ async function renderPreferences() {
// Actions and other props
addCustomColor: ipcAddCustomColor,
closeSettings: () => ipcRenderer.send('close-settings'),
doDeleteAllData: () => ipcRenderer.send('delete-all-data'),
editCustomColor: ipcEditCustomColor,
getConversationsWithCustomColor: ipcGetConversationsWithCustomColor,