From d0d39ccd62255389b291059f70601ea512d4dcd0 Mon Sep 17 00:00:00 2001 From: Michael Babienco Date: Tue, 24 Feb 2026 19:47:06 +0900 Subject: [PATCH] Add note --- src/ViewModels/MainViewModel.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ViewModels/MainViewModel.cs b/src/ViewModels/MainViewModel.cs index cbdc884..938a460 100644 --- a/src/ViewModels/MainViewModel.cs +++ b/src/ViewModels/MainViewModel.cs @@ -51,7 +51,8 @@ class MainViewModel : BaseViewModel, IFontResolver, ICanCheckShutdown _createPDFLog = "----- MayShow v" + Constants.AppVersion + " ------" + Environment.NewLine; _createPDFLog += quotes[quoteIndex] + Environment.NewLine; _createPDFLog += "---------------------------------------" + Environment.NewLine; - _createPDFLog += "Loaded and ready to create report!"; + _createPDFLog += "Loaded and ready to create report!" + Environment.NewLine; + _createPDFLog += "Please copy and send this Program Log when reporting any issues with the software."; _workingFolder = ""; ReportFiles = _reportFiles = new ObservableCollection(); _reportTitle = "";