Designer bessere Ansicht

This commit is contained in:
2026-03-27 10:32:46 +01:00
parent 20e333ff95
commit 70ba1268ff

View File

@@ -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;
}
}