mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-09 16:15:45 +00:00
fix missing ;
This commit is contained in:
parent
bddefe63d5
commit
906a79cea8
@ -61,7 +61,7 @@ void FreedesktopBackend::slotNotify(Notification noti)
|
||||
hints["image_data"] = QVariant::fromValue(image);
|
||||
}
|
||||
|
||||
char urgency = '1'
|
||||
char urgency = '1';
|
||||
if(noti.priority() < 0){
|
||||
urgency = '0';
|
||||
} else if(noti.priority() > 2) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user