disable profiles by default

This commit is contained in:
goat 2023-06-12 20:31:34 +02:00
parent 26ee5371a5
commit bcdbe06e3f
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -285,7 +285,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; } = true; public bool ProfilesEnabled { get; set; } = false;
/// <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.