Skip to content

Commit 33d1bec

Browse files
committed
fix: fix scythe libpath error message on gui startup
1 parent 547e2c9 commit 33d1bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/vendor/scythe/scythe.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Scythe.args = args and args[1] or {}
1717

1818
Scythe.libPath = reaper.GetExtState("Scythe v3", "libPath")
1919
if not Scythe.libPath or Scythe.libPath == "" then
20-
reaper.MB("Couldn't find the Scythe library. Please run 'Set Scythe library path' in your Action List.", "Whoops!", 0) -- luacheck: ignore 631
20+
-- reaper.MB("Couldn't find the Scythe library. Please run 'Set Scythe library path' in your Action List.", "Whoops!", 0) -- luacheck: ignore 631
2121
return
2222
end
2323

0 commit comments

Comments
 (0)