add api culture
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using OwnChar.Plugins;
|
||||
using OwnChar.App.Desktop.Api;
|
||||
using OwnChar.Plugins;
|
||||
using Pilz.Plugins.Advanced;
|
||||
|
||||
namespace OwnChar.App.Desktop
|
||||
@@ -18,7 +19,7 @@ namespace OwnChar.App.Desktop
|
||||
|
||||
public object? GetApi()
|
||||
{
|
||||
return null;
|
||||
return IOwnCharApi.Instance;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user