Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
iKineticate committed Sep 28, 2024
1 parent 184550e commit 1ca4a1f
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 @@ -57,7 +57,7 @@ static EXTENSIONS: &[&str] = &[

fn main() -> Result<(), Box<dyn Error>> {
language::set_locale();
// rust_i18n::set_locale("en");

let logo_path = env::temp_dir().join("linkecho.png");
ensure_image_exists(logo_path, LOGO_IMAGE);

Expand Down

0 comments on commit 1ca4a1f

Please sign in to comment.