Spaces:
Paused
Paused
File size: 390 Bytes
7d4338a | 1 2 3 4 5 6 7 8 9 10 11 12 13 | <!-- Memory -->
<div x-data>
<button
x-move-after=".quick-actions-dropdown .dropdown-header + .dropdown-item"
class="dropdown-item"
id="memory-dash-dropdown"
title="Memory"
@click="openModal('/plugins/_memory/webui/memory-dashboard.html'); dropdownOpen = false">
<span class="material-symbols-outlined">psychology</span>
<span>Memory</span>
</button>
</div>
|