Hiding Soft Prompt Trainer behind experimental flag

This commit is contained in:
ebolam
2022-12-05 14:09:04 -05:00
parent 5a526bea8e
commit 046320b4e0

View File

@@ -212,7 +212,7 @@
</select>
<div style="display: flex;flex-direction: column;">
<span class="material-icons-outlined cursor" style="font-size: 18px;" tooltip="Refresh List" onclick="socket.emit('sp_list_refresh', '');">autorenew</span>
<span class="material-icons-outlined cursor" style="font-size: 18px;" tooltip="Create New Soft Prompt" onclick="openPopup('sp-trainer-popup');">note_add</span>
<span class="material-icons-outlined cursor var_sync_alt_system_experimental_features" style="font-size: 18px;" tooltip="Create New Soft Prompt" onclick="openPopup('sp-trainer-popup');">note_add</span>
</div>
</div>
</span>