* fix/122: register quit shortcut for macOS
* fix/122: version bump
This commit is contained in:
Carlos Valente
2022-05-21 22:07:43 +02:00
committed by GitHub
parent 17573b9b73
commit f187d5edaf
5 changed files with 22 additions and 5 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ export default function MenuBar(props) {
return;
}
if (window.process.type === 'renderer') {
if (window.process?.type === 'renderer') {
switch (action) {
case 'min':
window.ipcRenderer.send('set-window', 'to-tray');