Skip to content

Commit

Permalink
chore: add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrchen committed Aug 12, 2024
1 parent d3f4d7e commit a884b7b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src-tauri/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,10 @@ fn setup_menu<R: Runtime>(app: &AppHandle<R>) -> Result<(), tauri::Error> {
"save" => {}
"saveas" => {}
"process" => {}
"checkme" => {}
"checkme" => {
// toggle checkme status and update config and runtime state
// for runtime state - Arc<Mutex<State>> / ArcSwap
}
_ => {}
}
});
Expand Down

0 comments on commit a884b7b

Please sign in to comment.