File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
src/renderer/extensions/linearMode Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -264,11 +264,15 @@ defineExpose({ runButtonClick })
264264 class =" bg-base-foreground md:bg-secondary-background text-base-background md:text-base-foreground rounded-lg flex h-10 md:h-8 p-1 pr-2 gap-2 items-center"
265265 >
266266 <template v-if =" jobFinishedQueue " >
267- <i class =" icon-[lucide--check] size-5 not-md:bg-success-background" />
267+ <i
268+ class =" icon-[lucide--check] size-5 not-md:bg-success-background"
269+ />
268270 <span class =" mr-auto" v-text =" t('queue.jobAddedToQueue')" />
269- <Button v-if =" mobile" variant =" inverted"
271+ <Button
272+ v-if =" mobile"
273+ variant =" inverted"
270274 @click =" $emit('navigateAssets')"
271- >
275+ >
272276 {{ t('View Job') }}
273277 </Button >
274278 </template >
You can’t perform that action at this time.
0 commit comments