bug fix IUserSettings
This commit is contained in:
parent
0965caaf40
commit
0cc82fec5d
5 changed files with 8 additions and 20 deletions
|
|
@ -72,7 +72,7 @@ namespace Yavsc.Helpers
|
|||
foreach (var c in a.GetTypes())
|
||||
{
|
||||
if (c.IsClass && !c.IsAbstract &&
|
||||
c.GetInterface("ISpecializationSettings") != null)
|
||||
c.GetInterface(nameof(IUserSettings)) != null)
|
||||
{
|
||||
Config.ProfileTypes.Add(c);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue