mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-17 06:19:51 +02:00
Add official AntOS icon
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
This commit is contained in:
@ -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 = [];
|
||||
|
Reference in New Issue
Block a user