mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-08 20:41:28 +03:00
Fix typo
This commit is contained in:
@@ -198,7 +198,7 @@ impl VideoQoS {
|
||||
|
||||
#[cfg(target_os = "android")]
|
||||
{
|
||||
// fix when andorid screen shrinks
|
||||
// fix when android screen shrinks
|
||||
let fix = scrap::Display::fix_quality() as u32;
|
||||
log::debug!("Android screen, fix quality:{}", fix);
|
||||
let base_bitrate = base_bitrate * fix;
|
||||
|
||||
Reference in New Issue
Block a user