Update comment

This commit is contained in:
probablycorey 2014-04-07 14:18:16 -07:00
parent d4ae836225
commit bbc6433a75

View File

@ -70,7 +70,7 @@ class ApplicationMenu
if (item = _.find(@flattenMenuTemplate(template), (i) -> i.label == 'VERSION'))
item.label = "Version #{@version}"
# Sets the proper label, command and enabled state for the update menu item
# Sets the proper visible state the update menu items
showUpdateMenuItem: (state) ->
checkForUpdateItem = _.find(@flattenMenuItems(@menu), (i) -> i.label == 'Check for Update')
downloadingUpdateItem = _.find(@flattenMenuItems(@menu), (i) -> i.label == 'Downloading Update')