mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 10:08:31 +00:00
Fixed some cp errors in paths and comments
This commit is contained in:
parent
dce1142bac
commit
011460fa87
@ -6,7 +6,7 @@
|
||||
namespace RGB.NET.Devices.CoolerMaster
|
||||
{
|
||||
/// <summary>
|
||||
/// Contains list of available logical layouts for logitech keyboards.
|
||||
/// Contains list of available logical layouts for cooler master keyboards.
|
||||
/// </summary>
|
||||
public enum CoolerMasterLogicalKeyboardLayout
|
||||
{
|
||||
|
||||
@ -40,7 +40,7 @@ namespace RGB.NET.Devices.CoolerMaster
|
||||
|
||||
SetLayouts(culture.KeyboardLayoutId);
|
||||
|
||||
Image = new Uri(PathHelper.GetAbsolutePath($@"Images\Logitech\Keyboards\{Model.Replace(" ", string.Empty).ToUpper()}.png"), UriKind.Absolute);
|
||||
Image = new Uri(PathHelper.GetAbsolutePath($@"Images\CoolerMaster\Keyboards\{Model.Replace(" ", string.Empty).ToUpper()}.png"), UriKind.Absolute);
|
||||
}
|
||||
|
||||
private void SetLayouts(int keyboardLayoutId)
|
||||
|
||||
@ -44,6 +44,10 @@ namespace RGB.NET.Devices.Logitech
|
||||
Image = new Uri(PathHelper.GetAbsolutePath($@"Images\Logitech\Keyboards\{Model.Replace(" ", string.Empty).ToUpper()}.png"), UriKind.Absolute);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Methods
|
||||
|
||||
private void SetLayouts(int keyboardLayoutId)
|
||||
{
|
||||
switch (keyboardLayoutId)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user