Skip to content

Commit

Permalink
Add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Jul 16, 2024
1 parent a1aef36 commit 723a7a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/desktop/src-tauri/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ pub fn create_config(app: &AppHandle) {
store.save();
debug!("Config file created successfully");
}

// TODO: what i reallly want is a util method to allow me to do like
// config.set(ConfigKey::Pin, json!(false))
// config.get(ConfigKey::Pin)

0 comments on commit 723a7a1

Please sign in to comment.