feat: add keyboard shortcut to quit the app on Windows #1202

Merged
ykris45 merged 11 commits from patch-1 into master 2018-03-30 20:37:31 +02:00
Showing only changes of commit b50606bff1 - Show all commits

View file

@ -1,7 +1,6 @@
import { app, Menu, shell } from 'electron';
export default () => {
const newLocal = 'quit';
const template = [
{
label: 'Edit',