mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
disable profiles by default
This commit is contained in:
parent
26ee5371a5
commit
bcdbe06e3f
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ internal sealed class DalamudConfiguration : IServiceType
|
|||
/// <summary>
|
||||
/// Gets or sets a value indicating whether or not profiles are enabled.
|
||||
/// </summary>
|
||||
public bool ProfilesEnabled { get; set; } = true;
|
||||
public bool ProfilesEnabled { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether or not Dalamud RMT filtering should be disabled.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue