Fix module list button to DefaultChatScreen
This commit is contained in:
@@ -666,6 +666,16 @@
|
|||||||
<span class="ml-2">{language.autoSuggest}</span>
|
<span class="ml-2">{language.autoSuggest}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="flex items-center cursor-pointer hover:text-green-500 transition-colors" on:click={() => {
|
||||||
|
$CurrentChat.modules ??= []
|
||||||
|
openModuleList = true
|
||||||
|
openMenu = false
|
||||||
|
}}>
|
||||||
|
<PackageIcon />
|
||||||
|
<span class="ml-2">{language.modules}</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
{#if $DataBase.sideMenuRerollButton}
|
{#if $DataBase.sideMenuRerollButton}
|
||||||
<div class="flex items-center cursor-pointer hover:text-green-500 transition-colors" on:click={reroll}>
|
<div class="flex items-center cursor-pointer hover:text-green-500 transition-colors" on:click={reroll}>
|
||||||
<RefreshCcwIcon />
|
<RefreshCcwIcon />
|
||||||
|
|||||||
Reference in New Issue
Block a user