Revert "Embed cmark."

This reverts commit f35001112dc740ed827e4a4de6e4bb3d94b0e466
This commit is contained in:
Black Hat
2019-07-20 11:13:09 +00:00
parent 7d38d05bab
commit 2defc5a134
45 changed files with 740 additions and 6145 deletions

View File

@@ -147,6 +147,8 @@ void TrayIcon::setIsOnline(bool online) {
QtMac::setBadgeLabelText(labelText);
}
#elif defined(Q_OS_WIN)
// FIXME: Find a way to use Windows apis for the badge counter (if any).
#else
if (!icon_ || online == icon_->isOnline)
return;