some more structure

This commit is contained in:
2024-05-20 09:05:13 +02:00
parent 79137e7bc1
commit 7becf9b4ea
17 changed files with 269 additions and 35 deletions

View File

@@ -10,7 +10,7 @@ namespace OwnChar.App.Desktop.Features.MainWindow.MainTabs
protected override PluginModuleUI CreateNewUI()
{
return new TabCharList();
return new TabGroupsView();
}
}
}