Skip to content

Commit

Permalink
feat(Mac): Open Franz Window with Cmd+1
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Sep 27, 2019
1 parent 5ba6723 commit 71831ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,10 @@ export default class FranzMenu {
checked: service.isActive,
click: () => {
this.actions.service.setActive({ serviceId: service.id });

if (isMac && i === 0) {
app.mainWindow.restore();
}
},
})));

Expand Down

0 comments on commit 71831ec

Please sign in to comment.