1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-06 02:23:59 +00:00

1. Fixed UTF8 characters for notifybar-desktop on linux

2. Fixed compiler warning, and missing #ifdef
This commit is contained in:
Bryan Roe
2020-06-18 22:44:07 -07:00
parent 6158940b6e
commit 885c6de72a
5 changed files with 8 additions and 4 deletions

View File

@@ -310,6 +310,7 @@ function monitorinfo()
this._X11.CreateMethod('XSync');
this._X11.CreateMethod('XBlackPixel');
this._X11.CreateMethod('XWhitePixel');
this._X11.CreateMethod('Xutf8SetWMProperties');
}
var ch = require('child_process').execFile('/bin/sh', ['sh']);