mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
View row seperator lines only
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user