Turn Restricted Gear Protection off by default.

This commit is contained in:
Ottermandias 2023-09-28 21:37:48 +02:00
parent 232921fdac
commit dab8af0f5a

View file

@ -19,7 +19,7 @@ namespace Glamourer;
public class Configuration : IPluginConfiguration, ISavable
{
public bool Enabled { get; set; } = true;
public bool UseRestrictedGearProtection { get; set; } = true;
public bool UseRestrictedGearProtection { get; set; } = false;
public bool OpenFoldersByDefault { get; set; } = false;
public bool AutoRedrawEquipOnChanges { get; set; } = false;
public bool EnableAutoDesigns { get; set; } = true;