Skip to content

Commit

Permalink
write last time opened also on load
Browse files Browse the repository at this point in the history
  • Loading branch information
bertiqwerty committed Oct 14, 2024
1 parent bc3e100 commit 5bc904f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rvimage/src/rvlib/control/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,9 @@ impl Control {
// save cfg of loaded project
trace_ok_err(cfg::write_cfg(&self.cfg));

// write time stamp to indicate that the project is currently open
self.write_lasttimeprjopened();

Ok(tools_data_map)
}

Expand Down

0 comments on commit 5bc904f

Please sign in to comment.