mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 13:23:35 +00:00
Fix/122 (#128)
* fix/122: register quit shortcut for macOS * fix/122: version bump
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user