Set default EraserBindTouchMultiplier to false

This commit is contained in:
WXRIW 2023-09-25 12:16:22 +08:00
parent 56baa640db
commit 4c332a635a

View File

@ -150,7 +150,7 @@ namespace Ink_Canvas
[JsonProperty("touchMultiplier")]
public double TouchMultiplier { get; set; } = 0.25;
[JsonProperty("eraserBindTouchMultiplier")]
public bool EraserBindTouchMultiplier { get; set; } = true;
public bool EraserBindTouchMultiplier { get; set; } = false;
[JsonProperty("isLogEnabled")]
public bool IsLogEnabled { get; set; } = true;
}