We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 547e2c9 commit 33d1becCopy full SHA for 33d1bec
internal/vendor/scythe/scythe.lua
@@ -17,7 +17,7 @@ Scythe.args = args and args[1] or {}
17
18
Scythe.libPath = reaper.GetExtState("Scythe v3", "libPath")
19
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
+ -- reaper.MB("Couldn't find the Scythe library. Please run 'Set Scythe library path' in your Action List.", "Whoops!", 0) -- luacheck: ignore 631
21
return
22
end
23
0 commit comments