Libation Runs on Linux!
This commit is contained in:
parent
17b0da358f
commit
1e4c489983
166 changed files with 10989 additions and 56 deletions
|
|
@ -14,7 +14,7 @@ namespace FileManager
|
|||
internal const char QUOTE_MARK = '"';
|
||||
[JsonIgnore] public bool Mandatory { get; internal set; }
|
||||
[JsonProperty] public char CharacterToReplace { get; private set; }
|
||||
[JsonProperty] public string ReplacementString { get; private set; }
|
||||
[JsonProperty] public string ReplacementString { get; set; }
|
||||
[JsonProperty] public string Description { get; private set; }
|
||||
public override string ToString() => $"{CharacterToReplace} → {ReplacementString} ({Description})";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue