mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-12 17:48:31 +00:00
Layouts - Removed public interface property
This commit is contained in:
parent
6545c25c2d
commit
922488358a
@ -18,7 +18,7 @@ namespace RGB.NET.Layout
|
||||
/// <summary>
|
||||
/// Gets or sets the author of the <see cref="IDeviceLayout"/>.
|
||||
/// </summary>
|
||||
public string? Author { get; }
|
||||
string? Author { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the <see cref="RGBDeviceType"/> of the <see cref="IDeviceLayout"/>.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user