[Modify] Polish it
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user