File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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'
9888import { useTaskyonStore } from ' stores/taskyonState'
9989import FileDropzone from ' components/FileDropzone.vue'
10090import { 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'
10692import TaskChainMenu from ' ./TaskChainMenu.vue'
10793import { useAppStateStore } from ' src/stores/appState'
10894import { useQuasar } from ' quasar'
You can’t perform that action at this time.
0 commit comments