Skip to content

Commit 61ec18f

Browse files
authored
fix: #404
1 parent 5ca1ba1 commit 61ec18f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/renderer/components/result.vue

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
<template>
2-
<div v-show="!currentPlugin.name && config.perf.common.history" class="options">
2+
<div v-show="!currentPlugin.name" class="options">
33
<div
44
class="history-plugins"
5-
v-if="!options.length || !(searchValue || !!clipboardFile.length)"
5+
v-if="
6+
!options.length &&
7+
!searchValue &&
8+
!clipboardFile.length &&
9+
config.perf.common.history
10+
"
611
>
712
<a-row>
813
<a-col

0 commit comments

Comments
 (0)