mirror of
https://github.com/OliveTin/OliveTin
synced 2025-12-14 18:15:37 +00:00
bugfix: Update icon on buttons (#288)
This commit is contained in:
@@ -71,6 +71,8 @@ class ActionButton extends ExecutionFeedbackButton {
|
|||||||
} else {
|
} else {
|
||||||
this.unicodeIcon = unescape(json.icon)
|
this.unicodeIcon = unescape(json.icon)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.domIcon.innerHTML = this.unicodeIcon
|
||||||
}
|
}
|
||||||
|
|
||||||
onExecStatusChanged () {
|
onExecStatusChanged () {
|
||||||
|
|||||||
Reference in New Issue
Block a user