Added log-out shortcut

This commit is contained in:
akashnimare
2017-01-14 23:43:09 +05:30
parent 5f027820f4
commit 2a477abe5f

View File

@@ -152,6 +152,7 @@ const darwinTpl = [
},
{
label: 'Log Out',
accelerator: 'Cmd+L',
click(item, focusedWindow) {
if (focusedWindow) {
sendAction('log-out');
@@ -287,6 +288,7 @@ const otherTpl = [
},
{
label: 'Log Out',
accelerator: 'Ctrl+L',
click(item, focusedWindow) {
if (focusedWindow) {
sendAction('log-out');