mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-26 18:49:20 +03:00
Resolve #330
This commit is contained in:
parent
6d3de4d691
commit
ad058674f6
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
<col style="width: 140px">
|
||||
<col style="width: 1em">
|
||||
</colgroup>
|
||||
<tbody data-bind="foreach: filters">
|
||||
<tbody data-bind="foreach: filters, i18nUpdate: filters">
|
||||
<tr class="filter-item" draggable="true" data-bind="sortableItem: { list: $parent.filters }">
|
||||
<td class="fontastic" data-bind="click: function () { $parent.hasChanges(true); enabled(!enabled()); }, text: enabled() ? '☑' : '☐'"></td>
|
||||
<td class="drag-wrapper fontastic drag-handle">⬍</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue