gui: Don't show pull order on SO folders (ref #6807) (#6871)

This commit is contained in:
Simon Frei 2020-08-01 11:19:54 +02:00 committed by GitHub
parent a85bc1c3a6
commit 5c9df60699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@
</div>
</td>
</tr>
<tr ng-if="folder.order != 'random'">
<tr ng-if="folder.order != 'random' && folder.type != 'sendonly'">
<th><span class="fas fa-fw fa-sort"></span>&nbsp;<span translate>File Pull Order</span></th>
<td class="text-right" ng-switch="folder.order">
<span ng-switch-when="random" translate>Random</span>