Show no downloads only when there are no downloads, regardless of the state.
This commit is contained in:
parent
fefeabf8fa
commit
1ea85fa5f4
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content has-text-centered" v-if="!hasCompleted">
|
<div class="content has-text-centered" v-if="!hasItems">
|
||||||
<p v-if="config.isConnected">
|
<p v-if="config.isConnected">
|
||||||
<span class="icon-text">
|
<span class="icon-text">
|
||||||
<span class="icon has-text-success">
|
<span class="icon has-text-success">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue