Skip to content

Commit

Permalink
fix: #404
Browse files Browse the repository at this point in the history
  • Loading branch information
muwoo authored Dec 26, 2024
1 parent 5ca1ba1 commit 61ec18f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/renderer/components/result.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
<template>
<div v-show="!currentPlugin.name && config.perf.common.history" class="options">
<div v-show="!currentPlugin.name" class="options">
<div
class="history-plugins"
v-if="!options.length || !(searchValue || !!clipboardFile.length)"
v-if="
!options.length &&
!searchValue &&
!clipboardFile.length &&
config.perf.common.history
"
>
<a-row>
<a-col
Expand Down

0 comments on commit 61ec18f

Please sign in to comment.