fix notification error on service

This commit is contained in:
lxsang
2020-08-06 23:15:38 +02:00
parent 2b67084392
commit 5ef3bfe7f0
2 changed files with 3 additions and 3 deletions

View File

@ -105,7 +105,7 @@ namespace OS {
constructor(name: string, args: AppArgumentsType[]) {
super(name, args);
this.icon = undefined;
this.iconclass = "fa-paper-plane-o";
this.iconclass = "fa fa-paper-plane-o";
this.text = "";
this.timer = undefined;
this.holder = undefined;