enable profiles by default

This commit is contained in:
goat 2023-04-12 21:43:12 +02:00
parent cbfd4bbd2a
commit eb06636290
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -280,7 +280,7 @@ internal sealed class DalamudConfiguration : IServiceType
/// <summary> /// <summary>
/// Gets or sets a value indicating whether or not profiles are enabled. /// Gets or sets a value indicating whether or not profiles are enabled.
/// </summary> /// </summary>
public bool ProfilesEnabled { get; set; } = false; public bool ProfilesEnabled { get; set; } = true;
/// <summary> /// <summary>
/// Gets or sets a value indicating whether or not Dalamud RMT filtering should be disabled. /// Gets or sets a value indicating whether or not Dalamud RMT filtering should be disabled.