mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-23 04:53:09 +00:00
Allow byaml to convert back
This commit is contained in:
parent
b6de4bf6a4
commit
a254788ea5
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ namespace FirstPlugin
|
||||||
|
|
||||||
#region Text Converter Interface
|
#region Text Converter Interface
|
||||||
public TextFileType TextFileType => TextFileType.Xml;
|
public TextFileType TextFileType => TextFileType.Xml;
|
||||||
public bool CanConvertBack => false;
|
public bool CanConvertBack => true;
|
||||||
|
|
||||||
public string ConvertToString()
|
public string ConvertToString()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue