Skip to content

Commit

Permalink
make sure bottom slows are always there... except for minimal mode
Browse files Browse the repository at this point in the history
  • Loading branch information
yeus committed Apr 29, 2024
1 parent 894efbc commit 020ea03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/components/CreateNewTask.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
:estimated-tokens="estimatedTokens"
:current-model="currentModel"
:use-enter-to-send="state.appConfiguration.useEnterToSend"
:bottom-slots="!state.minimalGui"
/>
<div v-else-if="!selectedTaskType && codingMode">
<CodeEditor v-model="content" />
Expand Down
1 change: 0 additions & 1 deletion src/components/taskContentEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
color="secondary"
v-model="content"
label="Type your message or instruction..."
:counter="expertMode"
clearable
@keyup="checkKeyboardEvents"
input-style="max-height: 300px"
Expand Down

0 comments on commit 020ea03

Please sign in to comment.