mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-22 07:47:45 +01:00
Un-whether-or-not the codebase
This commit is contained in:
parent
f4102db488
commit
731d7e0f6e
59 changed files with 249 additions and 249 deletions
|
|
@ -269,7 +269,7 @@ internal sealed unsafe class DtrBar : IInternalDisposableService, IDtrBar
|
|||
/// Check whether an entry with the specified title exists.
|
||||
/// </summary>
|
||||
/// <param name="title">The title to check for.</param>
|
||||
/// <returns>Whether or not an entry with that title is registered.</returns>
|
||||
/// <returns>Whether an entry with that title is registered.</returns>
|
||||
internal bool HasEntry(string title)
|
||||
{
|
||||
var found = false;
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ public interface IReadOnlyDtrBarEntry
|
|||
public bool Shown { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether or not the user has hidden this entry from view through the Dalamud settings.
|
||||
/// Gets a value indicating whether the user has hidden this entry from view through the Dalamud settings.
|
||||
/// </summary>
|
||||
public bool UserHidden { get; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue