feat(github): Option to hide notification count if empty

This commit is contained in:
Michael Carlberg 2016-12-20 05:53:45 +01:00
parent 6ef1721b61
commit de04fa3eac
2 changed files with 4 additions and 2 deletions
include/modules

View file

@ -24,6 +24,7 @@ namespace modules {
label_t m_label{};
string m_accesstoken{};
unique_ptr<http_downloader> m_http{};
bool m_empty_notifications{false};
};
}