added toml file with prompts and changed the ui slightly

This commit is contained in:
grimsace
2026-06-29 13:02:05 -05:00
parent 0b86a52ec5
commit b178513870
4 changed files with 304 additions and 0 deletions
+8
View File
@@ -52,6 +52,14 @@ namespace finder2e_foundry_converter.ViewModels
public ObservableCollection<string> Models { get; } = new();
[ObservableProperty]
private string? _selectedCategory;
public ObservableCollection<string> Categories { get; } = new() { "NPCs" };
[ObservableProperty]
private string _name = string.Empty;
[ObservableProperty]
private string _description = string.Empty;