added toml file with prompts and changed the ui slightly
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user