mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 07:03:08 -04:00
update loading sprite
This commit is contained in:
parent
75b4586171
commit
adde718ed9
2 changed files with 11 additions and 1 deletions
|
@ -168,6 +168,10 @@ const Statics = Object.freeze({
|
|||
file: "icons/flamingo/image_generation.png",
|
||||
revision: 2
|
||||
},
|
||||
ai_image_processing: {
|
||||
file: "icons/flamingo/image_processing.gif",
|
||||
revision: 0
|
||||
},
|
||||
warning: {
|
||||
file: "icons/core/ico_notice_warning.png",
|
||||
revision: 3
|
||||
|
@ -221,6 +225,7 @@ module.exports.STATIC_ICONS = Object.freeze({
|
|||
ai_palm_idle: staticAsset(Statics.icons.ai_palm_idle),
|
||||
ai_summary: staticAsset(Statics.icons.ai_summary),
|
||||
ai_image: staticAsset(Statics.icons.ai_image),
|
||||
ai_image_processing: staticAsset(Statics.icons.ai_image_processing),
|
||||
warning: staticAsset(Statics.icons.warning)
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue