minor improvement on GUI API

This commit is contained in:
lxsang
2021-03-15 11:01:57 +01:00
parent de5878c349
commit 9a12e9176f
3 changed files with 58 additions and 43 deletions

View File

@ -140,7 +140,7 @@ namespace OS {
* @memberof PushNotification
*/
private showLogReport(): void {
return this._gui.launch("Syslog", []);
this._gui.launch("Syslog", []);
}
/**