From 2f3aefc9262bef67b23e64725e32a8bae3ee93d2 Mon Sep 17 00:00:00 2001
From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com>
Date: Mon, 11 Mar 2024 22:36:01 -0400
Subject: [PATCH] Add "Copy ID"

---
 scripts/system/create/entityList/html/entityList.html | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/scripts/system/create/entityList/html/entityList.html b/scripts/system/create/entityList/html/entityList.html
index 38ea66832b..1884431d65 100644
--- a/scripts/system/create/entityList/html/entityList.html
+++ b/scripts/system/create/entityList/html/entityList.html
@@ -122,6 +122,12 @@
                     <div class = "menu-item-shortcut">Ctrl-C</div>
                 </div>
             </button>
+            <button class="menu-button" id="hmdcopyid" >
+                <div class = "menu-item">
+                    <div class = "menu-item-caption">Copy ID</div>
+                    <div class = "menu-item-shortcut"></div>
+                </div>
+            </button>            
             <button class="menu-button" id="hmdpaste" >
                 <div class = "menu-item">
                     <div class = "menu-item-caption">Paste</div>