feat: add support for stretching ImGui output to window and return to selector functionality

This commit is contained in:
moonpower
2026-02-02 00:29:25 +03:00
parent 25add6ada7
commit 7efbae3f5f
7 changed files with 104 additions and 17 deletions

View File

@@ -28,6 +28,7 @@ struct FrontendSettings {
WindowIcon icon = WindowIcon::Rpog;
std::string language = "en";
bool showImGuiDebugPanel = true;
bool stretchImGuiOutputToWindow = false;
static Theme themeFromString(std::string inString);
static const char* themeToString(Theme theme);