Remove log share button from chat interface

This commit is contained in:
Kwaroran
2024-11-27 08:09:32 +09:00
parent 8366acc66c
commit e0de68cf9e

View File

@@ -303,16 +303,6 @@
{#snippet icons(options:{applyTextColors?:boolean} = {})}
<div class="flex-grow flex items-center justify-end" class:text-textcolor2={options?.applyTextColors !== false}>
<span class="text-xs">{statusMessage}</span>
{#if DBState.db.logShare}
<button class="ml-2 hover:text-blue-500 transition-colors" onclick={() => {
alertStore.set({
type: 'pukmakkurit',
msg: lastParsed,
})
}}>
<Sparkles size={22}/>
</button>
{/if}
{#if DBState.db.useChatCopy && !blankMessage}
<button class="ml-2 hover:text-blue-500 transition-colors" onclick={async ()=>{
if(window.navigator.clipboard.write){