Skip to content

Commit

Permalink
Recipe ID extraction experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Apr 6, 2024
1 parent a31cffe commit f20c563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ mod state;
mod worker;

fn main() {
let recipe_id = extract_recipe_id_from_current_exe();
// let recipe_id = Some("realearn".to_string());
// let recipe_id = extract_recipe_id_from_current_exe();
let recipe_id = Some("realearn".to_string());
let (worker_command_sender, worker_command_receiver) = tauri::async_runtime::channel(1);
let app_state = ReabootAppState {
worker_command_sender,
Expand Down

0 comments on commit f20c563

Please sign in to comment.