Skip to content

Commit

Permalink
Fixed stupid boolean mistake. Sorry.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionarevamp committed Apr 4, 2024
1 parent 5e0a26f commit 4afc31d
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 @@ -627,7 +627,7 @@ pub fn options_menu(

execute!(io::stdout(), LeaveAlternateScreen).unwrap();

if !confirm {
if confirm {
options = Options {
frame_color: colors[color_index],
frame_style: borders[border_index],
Expand Down

0 comments on commit 4afc31d

Please sign in to comment.