Swap detach and edit icons

This commit is contained in:
maver 2023-08-05 18:56:08 +02:00
parent a8ee723853
commit 5694fb0852
1 changed files with 1 additions and 1 deletions

View File

@ -1311,8 +1311,8 @@ PromptManagerModule.prototype.renderPromptManagerListItems = function () {
</span>
<span>
<span class="prompt_manager_prompt_controls">
${editSpanHtml}
${detachSpanHtml}
${editSpanHtml}
${toggleSpanHtml}
</span>
</span>