add api culture

This commit is contained in:
2024-05-17 20:43:16 +02:00
parent 8e61053f44
commit 79137e7bc1
16 changed files with 138 additions and 74 deletions

View File

@@ -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;
}
}
}