Skip to content

Commit 05a6da6

Browse files
Merge pull request #220 from Braastos/patch-1
write VodMode to config file
2 parents 7321bdf + 42ecb4d commit 05a6da6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

daemon/src/device.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2843,6 +2843,7 @@ impl<'a> Device<'a> {
28432843
for input in BasicInputDevice::iter() {
28442844
self.apply_routing(input).await?;
28452845
}
2846+
self.settings.save().await;
28462847
}
28472848
}
28482849

0 commit comments

Comments
 (0)