[Modify] Polish it

This commit is contained in:
sta 2022-02-16 20:54:52 +09:00
parent 026ec6ba1e
commit 6511800f42

View File

@ -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);