mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-02 05:12:02 +00:00
[client] overlay: add ImGui support for non-latin characters
This commit is contained in:
@@ -159,6 +159,7 @@ static void loadPresetList(struct EGL_PostProcess * this)
|
||||
goto fail;
|
||||
}
|
||||
stringlist_push(this->presets, name);
|
||||
app_registerImGuiText(name);
|
||||
|
||||
if (preset && strcmp(preset, name) == 0)
|
||||
this->activePreset = stringlist_count(this->presets) - 1;
|
||||
|
||||
Reference in New Issue
Block a user