Add persona and preset hotkey

This commit is contained in:
kwaroran
2024-08-24 18:46:49 +09:00
parent d38a9f3d85
commit b1d98741e8
7 changed files with 66 additions and 20 deletions

View File

@@ -52,7 +52,6 @@
import SideChatList from "./SideChatList.svelte";
import { joinMultiuserRoom } from "src/ts/sync/multiuser";
import { sideBarSize } from "src/ts/gui/guisize";
let openPresetList = false;
let sideBarMode = 0;
let editMode = false;
let menuMode = 0;
@@ -703,14 +702,6 @@
{/if}
</div>
{#if openPresetList}
<Botpreset
close={() => {
openPresetList = false;
}}
/>
{/if}
{#if $DynamicGUI}
<div class="flex-grow h-full min-w-12" class:hidden={hidden} on:click={() => {
if($sideBarClosing){