Update Settings.cs
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
|
using System.IO;
|
||||||
|
|
||||||
namespace Ink_Canvas
|
namespace Ink_Canvas
|
||||||
{
|
{
|
||||||
@@ -347,7 +348,7 @@ namespace Ink_Canvas
|
|||||||
public int MinimumAutomationStrokeNumber { get; set; } = 0;
|
public int MinimumAutomationStrokeNumber { get; set; } = 0;
|
||||||
|
|
||||||
[JsonProperty("autoSavedStrokesLocation")]
|
[JsonProperty("autoSavedStrokesLocation")]
|
||||||
public string AutoSavedStrokesLocation = @"D:\Ink Canvas";
|
public string AutoSavedStrokesLocation = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "saves");
|
||||||
|
|
||||||
[JsonProperty("autoDelSavedFiles")]
|
[JsonProperty("autoDelSavedFiles")]
|
||||||
public bool AutoDelSavedFiles = false;
|
public bool AutoDelSavedFiles = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user