mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-13 21:24:22 +02:00
Add features:
This commit is contained in:
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user