mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-07-31 05:08:46 +00:00
fix: save config after adding generic trackers
This commit is contained in:
parent
f897c51368
commit
9339ca15e4
1 changed files with 4 additions and 0 deletions
|
@ -215,6 +215,10 @@ pub fn dump_generic_trackers(trackers: &[String]) -> usize {
|
|||
}
|
||||
});
|
||||
|
||||
if added > 0 {
|
||||
dump_monado_config_v0(&conf);
|
||||
}
|
||||
|
||||
added
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue