refac: hide signup when ENABLE_SIGNUP false

This commit is contained in:
Timothy J. Baek
2024-05-26 03:13:13 -07:00
parent 83107c8ea5
commit 7b81271b9e
5 changed files with 29 additions and 33 deletions

View File

@@ -693,7 +693,7 @@
</button>
</Tooltip>
{#if $config.images && !readOnly}
{#if $config.enable_image_generation && !readOnly}
<Tooltip content="Generate Image" placement="bottom">
<button
class="{isLastMessage