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