Add features:

This commit is contained in:
lxsang
2021-03-22 17:21:39 +01:00
parent 26a35a6c70
commit d384a65b73
5 changed files with 152 additions and 9 deletions

View File

@ -75,11 +75,9 @@ namespace OS {
if (b && this.iconclass === "fa fa-bars") {
this.iconclass = "fa fa-spinner fa-spin";
this.update();
$(this._gui.workspace).css("cursor", "wait");
} else if (!b && this.iconclass === "fa fa-spinner fa-spin") {
this.iconclass = "fa fa-bars";
this.update();
$(this._gui.workspace).css("cursor", "auto");
}
}