Skip to content

Commit c42f55f

Browse files
author
arch
committed
hide log file button
1 parent 7bd8bd6 commit c42f55f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

contrib/Installer/assets/main.lua

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -236,12 +236,12 @@ function gui()
236236
processHandleConfigDir = ofs.CreateProcess("explorer.exe", ofs.ExtensionDir().."\\funscript-editor\\funscript_editor\\config")
237237
end
238238

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-
end
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+
-- end
245245

246246
ofs.Separator()
247247
ofs.Text("Post-Processing:")

0 commit comments

Comments
 (0)