feat(github): Option to hide notification count if empty
This commit is contained in:
parent
6ef1721b61
commit
de04fa3eac
2 changed files with 4 additions and 2 deletions
include/modules
|
@ -24,6 +24,7 @@ namespace modules {
|
|||
label_t m_label{};
|
||||
string m_accesstoken{};
|
||||
unique_ptr<http_downloader> m_http{};
|
||||
bool m_empty_notifications{false};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue