Skip to content

Commit b2886f1

Browse files
authored
gui: Show xattr filter editor when send xattrs checked (fixes syncthing#8958) (syncthing#8959)
1 parent 11ece5d commit b2886f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/default/syncthing/folder/editFolderModalView.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@
324324
</div>
325325
</div>
326326

327-
<div class="row" ng-if="currentFolder.syncXattrs">
327+
<div class="row" ng-if="currentFolder.syncXattrs || currentFolder.sendXattrs">
328328
<div class="col-md-12">
329329
<p>
330330
<label translate>Extended Attributes Filter</label>

0 commit comments

Comments
 (0)