From b2fdc25c8311e2ce99db503ae9ca24d627e21a8a Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Fri, 28 Mar 2014 18:51:27 +0800 Subject: [PATCH] :penguin: Hide the 'Install update' menu. --- menus/linux.cson | 1 - 1 file changed, 1 deletion(-) diff --git a/menus/linux.cson b/menus/linux.cson index f69ab563c..cf4cdfb2e 100644 --- a/menus/linux.cson +++ b/menus/linux.cson @@ -147,7 +147,6 @@ { label: '&About Atom...', command: 'application:about' } { label: 'View &License', command: 'application:open-license' } { label: "VERSION", enabled: false } - { label: "Install &update", command: 'application:install-update', visible: false } { type: 'separator' } { label: '&Documentation', command: 'application:open-documentation' } { type: 'separator' }