mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Core - Fixed module name using plugin name incorrectly
This commit is contained in:
parent
daac4e44ee
commit
c45f1d9130
@ -237,7 +237,7 @@ namespace Artemis.Core.Modules
|
|||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public virtual DataModelPropertyAttribute GetDataModelDescription()
|
public virtual DataModelPropertyAttribute GetDataModelDescription()
|
||||||
{
|
{
|
||||||
return new() {Name = Plugin.Info.Name, Description = Plugin.Info.Description};
|
return new() {Name = Info.Name, Description = Info.Description};
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user