Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed Feb 29, 2024
1 parent 9e7a401 commit f17d412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ pub struct Opt {
///
/// OpenH264 Video Codec provided by Cisco Systems, Inc.
#[clap(long, default_value = "true")]
pub enable_openh264: Option<bool>,
pub enable_openh264: Option<bool>, // TODO: rename to "enable_external_video_backend" or something like that...?

/// Hides the menu bar (the bar at the top of the window).
#[clap(long)]
Expand Down

0 comments on commit f17d412

Please sign in to comment.