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 1768e9f commit fd60377Copy full SHA for fd60377
contrib/Installer/assets/main.lua
@@ -1,5 +1,6 @@
1
2
processHandle = nil
3
+processHandleConfigDir = nil
4
scriptIdx = 0
5
status = "MTFG not running"
6
@@ -93,4 +94,8 @@ function gui()
93
94
start_funscript_generator()
95
end
96
97
+ ofs.SameLine()
98
+ if ofs.Button("Open Config Directory") then
99
+ processHandleConfigDir = ofs.CreateProcess("explorer.exe", ofs.ExtensionDir().."\\funscript-editor\\funscript_editor\\config")
100
+ end
101
0 commit comments