mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-02-08 13:38:14 -05:00
Remove the download failed warning for now.
This commit is contained in:
parent
144b213348
commit
a1cb3a9b37
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user