Adding the option to not display Dalamud's welcome message on signin

This commit is contained in:
Sowce 2023-04-01 01:39:32 +02:00
parent c526c94545
commit f649183e08
3 changed files with 15 additions and 2 deletions

View file

@ -152,6 +152,11 @@ internal sealed class DalamudConfiguration : IServiceType
/// </summary>
public bool ToggleUiHideDuringGpose { get; set; } = true;
/// <summary>
/// Gets or sets a value indicating whether or not a message containing Dalamud's current version and the number of loaded plugins should be sent at login.
/// </summary>
public bool PrintDalamudWelcomeMsg { get; set; } = true;
/// <summary>
/// Gets or sets a value indicating whether or not a message containing detailed plugin information should be sent at login.
/// </summary>