mirror of
https://github.com/polybar/polybar.git
synced 2026-02-07 20:35:39 +00:00
feat(github): Option to hide notification count if empty
This commit is contained in:
@ -24,6 +24,7 @@ namespace modules {
|
||||
label_t m_label{};
|
||||
string m_accesstoken{};
|
||||
unique_ptr<http_downloader> m_http{};
|
||||
bool m_empty_notifications{false};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user