Skip to content

Commit

Permalink
status bar comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacperacy committed Jun 4, 2024
1 parent 38b6c8f commit 282f6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use ratatui::layout::Rect;
pub type AppResult<T> = std::result::Result<T, Box<dyn error::Error>>;

const QUIT_TIMES: i8 = 2;
const DEFAULT_STATUS: &str = "Press Ctrl + C to quit, Ctrl + S to save.";
const DEFAULT_STATUS: &str = "Press Ctrl + C to quit, Ctrl + S to save";

#[derive(Debug)]
pub struct Direction {
Expand Down

0 comments on commit 282f6e7

Please sign in to comment.