[Modify] Polish it
This commit is contained in:
parent
026ec6ba1e
commit
6511800f42
@ -26,6 +26,7 @@ namespace Example
|
||||
state => {
|
||||
while (_enabled || Count > 0) {
|
||||
var msg = dequeue ();
|
||||
|
||||
if (msg != null) {
|
||||
#if UBUNTU
|
||||
var nf = new Notification (msg.Summary, msg.Body, msg.Icon);
|
||||
|
Loading…
Reference in New Issue
Block a user