From ff1a4e7182ed05b06de35aad6f0b5319cbc605f0 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Wed, 13 Sep 2023 23:22:35 +0200 Subject: [PATCH] Documents: Add ShowFoldMarks flag --- Elwig/Documents/Document.cshtml | 14 ++++++++------ Elwig/Documents/Document.cshtml.cs | 1 + 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Elwig/Documents/Document.cshtml b/Elwig/Documents/Document.cshtml index 5f957bb..1002100 100644 --- a/Elwig/Documents/Document.cshtml +++ b/Elwig/Documents/Document.cshtml @@ -18,12 +18,14 @@ -
-
-
-
-
-
+ @if (Model.ShowFoldMarks) { +
+
+
+
+
+
+ }