feat(cpp/framework): viewports=true por defecto en AppConfig — ventanas arrastrables fuera del main

This commit is contained in:
2026-04-29 00:54:43 +02:00
parent cbe162630c
commit 9b2745fa25
+1 -1
View File
@@ -34,7 +34,7 @@ struct AppConfig {
int width = 1280;
int height = 720;
bool vsync = true;
bool viewports = false; // Enable multi-viewport: ImGui windows become real OS windows
bool viewports = true; // Multi-viewport ON por defecto: ventanas ImGui arrastrables fuera del main window
ThemeMode theme = ThemeMode::FnDark; // Identidad visual unificada por defecto
float bg_r = 0.102f; // fn_tokens::colors::bg (dark.7 #1A1B1E)
float bg_g = 0.106f;