allow recording on/off more than once

This commit is contained in:
2023-07-30 12:00:47 -06:00
parent d68ba4f4db
commit 7418d158fe

View File

@@ -45,5 +45,6 @@
("Linux"
(doFor id (reverse (.split (assertProcess "pgrep" ["obs"]) "\n"))
(assertProcess "kill" [id])))
(otherwise (throw "OBS executable not defined for $(Sys.systemName)"))))))
(otherwise (throw "OBS executable not defined for $(Sys.systemName)")))
(set obsIsRecording false))))