Skip to content

Commit

Permalink
update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Dec 30, 2023
1 parent 268f171 commit 9bd6686
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,7 @@ impl Session {
.await
.map_err(|(_, err)| err)?;

let recents = self.recents().await;
recents.save().await?;
self.recents().await.save().await?;

tracing::debug!(elapsed = ?now.elapsed(), "Session saved");

Expand Down
1 change: 0 additions & 1 deletion src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ use crate::{

// TODO
// * Find and replace
// * Session autosave
// * modified file on disk handling
// * Bird's eye view of graph
// * Full screen view of graph
Expand Down

0 comments on commit 9bd6686

Please sign in to comment.