Remove the edit icon from weapons to see if users complain about the context-menu-only solution
This commit is contained in:
parent
e74a8d0a44
commit
5a7cc44014
1 changed files with 2 additions and 1 deletions
|
|
@ -203,12 +203,13 @@
|
|||
data-item-id="{{ slot.data.uuid }}"
|
||||
>
|
||||
<td>
|
||||
{{!-- ? NOTE: Disabled for now to see what user feedback spawns
|
||||
<rc-icon
|
||||
var:size="1rem"
|
||||
var:fill="var(--accent-3)"
|
||||
name="icons/edit"
|
||||
data-action="editItem"
|
||||
></rc-icon>
|
||||
></rc-icon> --}}
|
||||
<span class="ellipses">
|
||||
{{ slot.data.name }}
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue