Remove the download failed warning for now.

This commit is contained in:
FelisCatus 2014-11-07 16:08:13 +08:00
parent 144b213348
commit a1cb3a9b37

View File

@ -27,11 +27,14 @@ class ChromeOptions extends OmegaTarget.Options
error = true error = true
break break
if error if error
# TODO(catus): Find a better way to notify the user.
###
@setBadge( @setBadge(
text: '!' text: '!'
color: '#faa732' color: '#faa732'
title: chrome.i18n.getMessage('browserAction_titleDownloadFail') title: chrome.i18n.getMessage('browserAction_titleDownloadFail')
) )
###
return results return results
_proxyNotControllable: null _proxyNotControllable: null