add api culture
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using OwnChar.App.Desktop.Features.MainWindow.MainTabs;
|
||||
using Pilz.Plugins.Advanced;
|
||||
using Pilz.Plugins.Advanced.UI.Telerik;
|
||||
|
||||
namespace OwnChar.App.Desktop.Features.MainWindow.QuickAction
|
||||
{
|
||||
internal class HomeFeature() : PluginModule(FeatureCodes.QuickAction, "ownchar.home", "Home"), IPluginFeatureProvider<TabMyUserFeature>
|
||||
{
|
||||
public static TabMyUserFeature Instance { get; } = new();
|
||||
|
||||
protected override PluginModuleUI CreateNewUI()
|
||||
{
|
||||
return null;
|
||||
//return new TabEditChar();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user