[rm] removed novellist from menu, dude to not working

This commit is contained in:
kwaroran
2023-06-07 09:23:59 +09:00
parent 9974ff0df1
commit a92e4235c9

View File

@@ -76,7 +76,6 @@
{/each} {/each}
{/await} {/await}
</Arcodion> </Arcodion>
<button class="hover:bg-selected px-6 py-2 text-lg" on:click={() => {changeModel('novellist')}}>Novellist</button>
{#if $DataBase.plugins.length > 0} {#if $DataBase.plugins.length > 0}
<button on:click={() => {changeModel('custom')}} class="hover:bg-selected px-6 py-2 text-lg" >Plugin</button> <button on:click={() => {changeModel('custom')}} class="hover:bg-selected px-6 py-2 text-lg" >Plugin</button>
{/if} {/if}