mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-10 00:25:43 +00:00
fix
This commit is contained in:
parent
2133691899
commit
47d4bc1c40
@ -43,7 +43,7 @@ void Pushover::slotNotify(Notification notification)
|
||||
mp->append(title);
|
||||
|
||||
QString textString;
|
||||
if(notification.application().constHints().value("use-markup")){
|
||||
if(notification.application().constHints().value("use-markup").toBool()){
|
||||
textString = notification.text(Utils::HREF | Utils::BOLD | Utils::UNDERLINE | Utils::FONT | Utils::ITALIC);
|
||||
|
||||
QHttpPart html;
|
||||
|
Loading…
x
Reference in New Issue
Block a user