Skip to content

Commit

Permalink
Save route.
Browse files Browse the repository at this point in the history
  • Loading branch information
saivert committed Jun 26, 2024
1 parent b07a6e4 commit 4662740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backend/pwdeviceobject.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,8 @@ impl PwDeviceObject {
podbuilder.add_int(index as i32);
podbuilder.add_property("device");
podbuilder.add_int(device_index);
// podbuilder.add_property("save");
// podbuilder.add_boolean(true);
podbuilder.add_property("save");
podbuilder.add_boolean(true);

if let Some(pod) = podbuilder.end() {
device.set_param("Route", 0, pod);
Expand Down

0 comments on commit 4662740

Please sign in to comment.