Add official AntOS icon
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good

This commit is contained in:
DanyLE
2023-01-01 22:03:00 +01:00
parent 5a6120b0be
commit 1715dc2058
5 changed files with 6 additions and 4 deletions

View File

@ -87,8 +87,9 @@ namespace OS {
constructor() {
super();
this._osmenu = {
text: __("Start"),
iconclass: "fa fa-circle",
text: "",
//iconclass: "fa fa-circle",
icon: "os://resources/themes/system/icons/antos-32x32.png"
};
this._view = false;
this._pending_task = [];