Update for reviews
This commit is contained in:
parent
b47d0e3e58
commit
767124c45c
5 changed files with 6 additions and 6 deletions
|
@ -50,7 +50,7 @@ bool Browser::IsDefaultProtocolClient(const std::string& protocol) {
|
|||
bool Browser::SetBadgeCount(int count) {
|
||||
if (IsUnityRunning()) {
|
||||
unity::SetDownloadCount(count);
|
||||
current_badge_count_ = count;
|
||||
badge_count_ = count;
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue