muffin v7.38.4
This commit is contained in:
parent
bbc394c386
commit
7177a5440c
8 changed files with 5330 additions and 4542 deletions
|
|
@ -92,7 +92,7 @@ public static class DataManagerExtensions
|
|||
ReadOnlySePayloadType.Text => payload.ToString(),
|
||||
ReadOnlySePayloadType.Macro => payload.MacroCode switch
|
||||
{
|
||||
MacroCode.NewLine => "",
|
||||
MacroCode.NewLine => Environment.NewLine,
|
||||
MacroCode.NonBreakingSpace => " ",
|
||||
MacroCode.Hyphen => "-",
|
||||
MacroCode.SoftHyphen => "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue