Skip to content

Commit

Permalink
Fix typo (Rigellute#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
lejiati authored Aug 23, 2021
1 parent 57f8895 commit ddb2525
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 @@ -302,7 +302,7 @@ async fn start_ui(user_config: UserConfig, app: &Arc<Mutex<App>>) -> Result<()>
));

// Based on the size of the terminal, adjust how many lines are
// dislayed in the help menu
// displayed in the help menu
if app.size.height > 8 {
app.help_menu_max_lines = (app.size.height as u32) - 8;
} else {
Expand Down

0 comments on commit ddb2525

Please sign in to comment.