app.setBadgeCount should return boolean
This commit is contained in:
parent
f8ec377123
commit
1da2a1c2ae
6 changed files with 24 additions and 11 deletions
|
@ -269,8 +269,8 @@ bool Browser::IsDefaultProtocolClient(const std::string& protocol) {
|
|||
}
|
||||
}
|
||||
|
||||
void Browser::SetBadgeCount(int count) {
|
||||
current_badge_count_ = count;
|
||||
bool Browser::SetBadgeCount(int count) {
|
||||
return false;
|
||||
}
|
||||
|
||||
PCWSTR Browser::GetAppUserModelID() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue