feat(cpp/framework): viewports=true por defecto en AppConfig — ventanas arrastrables fuera del main
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user