From a72722745b8a6f981de38dc635e0d9d1b52999a0 Mon Sep 17 00:00:00 2001 From: Elias Fierke Date: Mon, 11 May 2026 17:44:38 +0200 Subject: [PATCH] [chore:] running sheet parameters in settings --- DataStore/Settings.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DataStore/Settings.cs b/DataStore/Settings.cs index fedaa23..120a0ee 100644 --- a/DataStore/Settings.cs +++ b/DataStore/Settings.cs @@ -70,6 +70,9 @@ public class PdfExportSettings public double fontSize { get; set; } = 9; public double smallFontSize { get; set; } = 6; + public bool exportRunningSheets { get; set; } = true; + public double rsNumGrouped { get; set; } = 25; + public double rsPlzStartpoint { get; set; } = 2; } public class Global