Designer bessere Ansicht
This commit is contained in:
@@ -128,6 +128,11 @@ namespace BeWo.ViewModel.View.AI
|
||||
{
|
||||
get
|
||||
{
|
||||
#if DEBUG
|
||||
if (BeWoApp.IsInDesignMode)
|
||||
return true;
|
||||
#endif
|
||||
|
||||
return Folders.Count > 3 && Folders.VMList[0].Prompts.Count > 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user