added missing method

This commit is contained in:
dcore94 2023-02-09 12:26:18 +01:00
parent 79a1b0b5ac
commit c41adbb15d
1 changed files with 8 additions and 0 deletions

View File

@ -801,6 +801,14 @@ class CCPMethodEditorController extends HTMLElement{
`
}
renderDownloadButton(){
return `
<button title="Save" name="download" class="btn btn-primary ccp-toolbar-button">
${this.#download_icon}
</button>
`
}
renderDeleteButton(){
return `
<button title="Delete" name="delete" class="btn btn-danger ccp-toolbar-button">