Skip to content

Commit

Permalink
fix --option
Browse files Browse the repository at this point in the history
  • Loading branch information
rustdesk committed Jul 28, 2023
1 parent e5bdbff commit 6dd476f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core_main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ pub fn core_main() -> Option<Vec<String>> {
} else {
my_println!("Installation and administrative privileges required!");
}
return None;
} else if args[0] == "--check-hwcodec-config" {
#[cfg(feature = "hwcodec")]
scrap::hwcodec::check_config();
Expand Down

0 comments on commit 6dd476f

Please sign in to comment.