mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 11:35:48 +00:00
fix: clone autostart command when cloning profile
This commit is contained in:
parent
d2c1f5b4a5
commit
b4d82a6b52
1 changed files with 1 additions and 0 deletions
|
@ -378,6 +378,7 @@ impl Profile {
|
|||
dup.opencomposite_branch = self.opencomposite_branch.clone();
|
||||
dup.lighthouse_driver = self.lighthouse_driver;
|
||||
dup.xrservice_launch_options = self.xrservice_launch_options.clone();
|
||||
dup.autostart_command = self.autostart_command.clone();
|
||||
dup
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue