mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-11 08:17:26 +08:00
[O] ResetTouchAfterTrack -> ResetTouch, add press key to reset (#93)
* [O] ResetTouchAfterTrack -> ResetTouch, add press key to reset * fix * update * fix: Remove not work --------- Co-authored-by: Menci <mencici@msn.com>
This commit is contained in:
@@ -3,6 +3,7 @@ using System.Reflection;
|
||||
using System.Text;
|
||||
using AquaMai.Config.Attributes;
|
||||
using AquaMai.Config.Interfaces;
|
||||
using AquaMai.Config.Migration;
|
||||
using Tomlet.Models;
|
||||
|
||||
namespace AquaMai.Config;
|
||||
@@ -60,7 +61,7 @@ public class ConfigSerializer(IConfigSerializer.Options Options) : IConfigSerial
|
||||
}
|
||||
|
||||
// Version
|
||||
AppendEntry(sb, null, "Version", "2.0");
|
||||
AppendEntry(sb, null, "Version", ConfigMigrationManager.Instance.LatestVersion);
|
||||
|
||||
foreach (var section in ((Config)config).reflectionManager.SectionValues)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user