mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 10:26:19 +02:00
Revert "Change the minimum value of the bitrate slider to 5" (#9795)
* Revert "Change the minimum value of the bitrate slider to 5 (#9480)" This reverts commitbeb1084e87
. * Revert "Change the value of kMinQuality to 5 (#9508)" This reverts commitd563372a91
.
This commit is contained in:
parent
d1fdcf1b16
commit
4f7e10bac6
2 changed files with 3 additions and 3 deletions
|
@ -202,7 +202,7 @@ const double kMinFps = 5;
|
|||
const double kDefaultFps = 30;
|
||||
const double kMaxFps = 120;
|
||||
|
||||
const double kMinQuality = 5;
|
||||
const double kMinQuality = 10;
|
||||
const double kDefaultQuality = 50;
|
||||
const double kMaxQuality = 100;
|
||||
const double kMaxMoreQuality = 2000;
|
||||
|
@ -572,4 +572,4 @@ extension WindowsTargetExt on int {
|
|||
WindowsTarget get windowsVersion => getWindowsTarget(this);
|
||||
}
|
||||
|
||||
const kCheckSoftwareUpdateFinish = 'check_software_update_finish';
|
||||
const kCheckSoftwareUpdateFinish = 'check_software_update_finish';
|
Loading…
Add table
Add a link
Reference in a new issue