mirror of https://github.com/M66B/FairEmail.git
View row seperator lines only
This commit is contained in:
parent
18d64c5f3a
commit
b341c680da
|
@ -801,7 +801,7 @@ public class HtmlHelper {
|
|||
if (hasVisibleContent(row.childNodes())) {
|
||||
Element next = row.nextElementSibling();
|
||||
if (next != null && "tr".equals(next.tagName()))
|
||||
if (text_separators)
|
||||
if (text_separators && view)
|
||||
row.appendElement("hr")
|
||||
.attr("x-dashed", "true");
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue