Skip to content

Commit 0337d5d

Browse files
authored
Revert x2
1 parent 60264df commit 0337d5d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Nu/Nu.Gaia/Gaia.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4229,6 +4229,7 @@ DockSpace ID=0x7C6B3D9B Window=0xA87D555D Pos=0,0 Size=1280,720 Split=
42294229
let run gaiaState targetDir plugin =
42304230

42314231
// ensure imgui ini file exists and was created by Gaia before initialising imgui
4232+
let imguiIniFilePath = targetDir + "/imgui.ini"
42324233
if not (File.Exists imguiIniFilePath) ||
42334234
(File.ReadAllLines imguiIniFilePath).[0] <> "[Window][Gaia]" then
42344235
File.WriteAllText (imguiIniFilePath, ImGuiIniFileStr)

0 commit comments

Comments
 (0)