mirror of https://github.com/wayvr-org/wayvr.git
Label type Exec has command, not exec
This commit is contained in:
parent
30399f1d57
commit
2518c61b22
|
|
@ -52,7 +52,7 @@ pub enum LabelData {
|
|||
Exec {
|
||||
last_exec: Instant,
|
||||
interval: f32,
|
||||
exec: Vec<Arc<str>>,
|
||||
command: Vec<Arc<str>>,
|
||||
child: Option<process::Child>,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue