Add more features
* Support full shortcut. * Fix the crash when open invalid TAS documents. * Support frag file to open.
This commit is contained in:
@ -23,6 +23,7 @@ namespace BallanceTASEditor.Core {
|
||||
public static readonly string CfgNode_Language = "Language";
|
||||
public static readonly string CfgNode_ItemCount = "ItemCount";
|
||||
public static readonly string CfgNode_IsHorizonLayout = "IsHorizonLayout";
|
||||
public static readonly string CfgNode_IsOverwrittenPaste = "IsOverwrittenPaste";
|
||||
|
||||
Dictionary<string, string> Read() {
|
||||
if (!File.Exists(Path.Combine(Environment.CurrentDirectory, _fileName)))
|
||||
|
||||
Reference in New Issue
Block a user