mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 20:54:16 +01:00
Create permanent backup before migrating collections.
This commit is contained in:
parent
36fc251d5b
commit
2a5df2dfb0
3 changed files with 28 additions and 4 deletions
|
|
@ -136,7 +136,7 @@ public class Configuration : IPluginConfiguration, ISavable
|
|||
/// <summary> Contains some default values or boundaries for config values. </summary>
|
||||
public static class Constants
|
||||
{
|
||||
public const int CurrentVersion = 8;
|
||||
public const int CurrentVersion = 9;
|
||||
public const float MaxAbsoluteSize = 600;
|
||||
public const int DefaultAbsoluteSize = 250;
|
||||
public const float MinAbsoluteSize = 50;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue