Remove log share button from chat interface
This commit is contained in:
@@ -303,16 +303,6 @@
|
|||||||
{#snippet icons(options:{applyTextColors?:boolean} = {})}
|
{#snippet icons(options:{applyTextColors?:boolean} = {})}
|
||||||
<div class="flex-grow flex items-center justify-end" class:text-textcolor2={options?.applyTextColors !== false}>
|
<div class="flex-grow flex items-center justify-end" class:text-textcolor2={options?.applyTextColors !== false}>
|
||||||
<span class="text-xs">{statusMessage}</span>
|
<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}
|
{#if DBState.db.useChatCopy && !blankMessage}
|
||||||
<button class="ml-2 hover:text-blue-500 transition-colors" onclick={async ()=>{
|
<button class="ml-2 hover:text-blue-500 transition-colors" onclick={async ()=>{
|
||||||
if(window.navigator.clipboard.write){
|
if(window.navigator.clipboard.write){
|
||||||
|
|||||||
Reference in New Issue
Block a user