Skip to content

Commit f46fc5e

Browse files
committed
remove customize button from sidebar...
1 parent b536027 commit f46fc5e

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

src/components/taskyon/ChatSidebar.vue

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,6 @@
6868
<!-- Settings Area -->
6969
<q-item v-if="!state.minimalGui" class="fit">
7070
<div class="row">
71-
<div>
72-
<q-btn
73-
v-if="state.appConfiguration.expertMode"
74-
dense
75-
flat
76-
:icon="mdiRobotConfusedOutline"
77-
label="Customize"
78-
to="/prompts"
79-
></q-btn>
80-
</div>
8171
<div>
8272
<q-btn
8373
v-if="state.appConfiguration.expertMode"
@@ -98,11 +88,7 @@ import { ref, watch } from 'vue'
9888
import { useTaskyonStore } from 'stores/taskyonState'
9989
import FileDropzone from 'components/FileDropzone.vue'
10090
import { matSearch, matFileUpload } from '@quasar/extras/material-icons'
101-
import {
102-
mdiRobotConfusedOutline,
103-
mdiForumPlus,
104-
mdiSubdirectoryArrowRight,
105-
} from '@quasar/extras/mdi-v6'
91+
import { mdiForumPlus, mdiSubdirectoryArrowRight } from '@quasar/extras/mdi-v6'
10692
import TaskChainMenu from './TaskChainMenu.vue'
10793
import { useAppStateStore } from 'src/stores/appState'
10894
import { useQuasar } from 'quasar'

0 commit comments

Comments
 (0)