Adjust xmldoc to explicitly metnion it only affects end user control

This commit is contained in:
Dean Herbert 2023-07-30 13:52:58 +09:00
parent 945d89e955
commit 7138291636
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public partial class MusicController : CompositeDrawable
public bool UserPauseRequested { get; private set; } public bool UserPauseRequested { get; private set; }
/// <summary> /// <summary>
/// Whether control of the global track should be allowed. /// Whether user control of the global track should be allowed.
/// </summary> /// </summary>
public readonly BindableBool AllowTrackControl = new BindableBool(true); public readonly BindableBool AllowTrackControl = new BindableBool(true);