allow recording on/off more than once
This commit is contained in:
@@ -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))))
|
||||
|
||||
|
Reference in New Issue
Block a user