Skip to content

Commit

Permalink
Fixed compatibility with android, again
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-oliviero committed Apr 28, 2022
1 parent 55f9fea commit 1ba1483
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ mod graphics;
#[derive(Parser, Debug)]
#[clap(author = "Adriano Oliviero (TheDarkBug)", version = "2.1", about = "A program that write numbers as they are pronounced", long_about = None)]
struct Args {
#[cfg(not(target_os = "android"))]
/// Disable gtk gui.
#[clap(short = 'g', long)]
nogui: bool,
Expand Down

0 comments on commit 1ba1483

Please sign in to comment.