bump version

This commit is contained in:
rootdarkarchon
2023-03-22 18:45:48 +01:00
parent 8722de0763
commit a4d82a7c6a
2 changed files with 3 additions and 3 deletions

View File

@@ -20,8 +20,8 @@ public class MareConfig : IMareConfiguration
public bool OpenGposeImportOnGposeStart { get; set; } = false;
public bool OpenPopupOnAdd { get; set; } = true;
public int ParallelDownloads { get; set; } = 10;
public float ProfileDelay { get; set; } = 2;
public bool ProfilePopoutRight { get; set; } = true;
public float ProfileDelay { get; set; } = 1.5f;
public bool ProfilePopoutRight { get; set; } = false;
public bool ProfilesAllowNsfw { get; set; } = false;
public bool ProfilesShow { get; set; } = true;
public bool ReverseUserSort { get; set; } = false;