Documents: Add ShowFoldMarks flag

This commit is contained in:
2023-09-13 23:22:35 +02:00
parent 1e9cad6de7
commit ff1a4e7182
2 changed files with 9 additions and 6 deletions

View File

@ -8,6 +8,7 @@ namespace Elwig.Documents {
private TempFile? PdfFile = null;
public bool ShowFoldMarks = App.Config.Debug;
public string DataPath;
public int CurrentNextSeason;
public string? DocumentId;