diff --git a/ui/suite/partials/desktop-inner.html b/ui/suite/partials/desktop-inner.html
index d88c7e4..3e033e5 100644
--- a/ui/suite/partials/desktop-inner.html
+++ b/ui/suite/partials/desktop-inner.html
@@ -595,11 +595,7 @@
const pathParts = window.location.pathname.split('/');
const botName = pathParts[1] || 'default';
- // Bots where chat should be maximized by default
- const botsWithMaximizedChat = ['cristo', 'salesianos'];
-
- // Auto-open Chat window maximized (only for configured bots)
- if (window.wm && botsWithMaximizedChat.includes(botName)) {
+ // Auto-open Chat window maximized for all bots
try {
const response = await fetch("/suite/partials/chat.html");
if (response.ok) {