mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:37:23 +01:00
bump version
This commit is contained in:
parent
8722de0763
commit
a4d82a7c6a
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue