Skip to content

Commit

Permalink
Rework doc comment for IDriveLight.DriveLightIconDescription
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshiRulz committed Sep 6, 2024
1 parent 02ecb0a commit a13333b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ public interface IDriveLight : IEmulatorService
/// </summary>
bool DriveLightOn { get; }

/// <summary>
/// Gets a value indicating the description of the drive light icon (that will be displayed as a ToolTip on MainForm
/// </summary>
/// <value>description of the drive light icon (used in MainForm for the tooltip of the status bar icon)</value>
string DriveLightIconDescription { get; }
}
}

0 comments on commit a13333b

Please sign in to comment.