Skip to content

Commit

Permalink
fixed program not quitting
Browse files Browse the repository at this point in the history
  • Loading branch information
djkato committed May 8, 2023
1 parent 8cd3f6b commit 2a33ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ fn main() {
}
}
}
tray_icon::Message::Quit => break 'main,
tray_icon::Message::Quit => panic!(),
},
Err(_err) => (),
}
Expand Down

0 comments on commit 2a33ef6

Please sign in to comment.