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