We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd8bd6 commit c42f55fCopy full SHA for c42f55f
contrib/Installer/assets/main.lua
@@ -236,12 +236,12 @@ function gui()
236
processHandleConfigDir = ofs.CreateProcess("explorer.exe", ofs.ExtensionDir().."\\funscript-editor\\funscript_editor\\config")
237
end
238
239
- if logfileExist then
240
- ofs.SameLine()
241
- if ofs.Button("Open Log") then
242
- processHandleLogFile = ofs.CreateProcess("notepad.exe", "C:/Temp/funscript_editor.log")
243
- end
244
+ -- if logfileExist then
+ -- ofs.SameLine()
+ -- if ofs.Button("Open Log") then
+ -- processHandleLogFile = ofs.CreateProcess("notepad.exe", "C:/Temp/funscript_editor.log")
+ -- end
245
246
ofs.Separator()
247
ofs.Text("Post-Processing:")
0 commit comments