[keel,studio] Add ability to rename files
This commit is contained in:
@ -222,6 +222,7 @@ ox::Error initGfx(Context &ctx) noexcept {
|
||||
//io.MouseDrawCursor = true;
|
||||
ImGui_ImplGlfw_InitForOpenGL(ctx.window, true);
|
||||
ImGui_ImplOpenGL3_Init();
|
||||
io.IniFilename = nullptr;
|
||||
themeImgui();
|
||||
#endif
|
||||
return {};
|
||||
|
Reference in New Issue
Block a user