mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
Change the value of kMinQuality to 5 (#9508)
* Change the minimum value of the bitrate slider to 5 Signed-off-by: hashiguchi <hashiguchi@mtrx.jp> * Change the value of kMinQuality to 5 Signed-off-by: hashiguchi <hashiguchi@mtrx.jp> --------- Signed-off-by: hashiguchi <hashiguchi@mtrx.jp>
This commit is contained in:
parent
4a745d82f6
commit
d563372a91
1 changed files with 2 additions and 2 deletions
|
@ -201,7 +201,7 @@ const double kMinFps = 5;
|
|||
const double kDefaultFps = 30;
|
||||
const double kMaxFps = 120;
|
||||
|
||||
const double kMinQuality = 10;
|
||||
const double kMinQuality = 5;
|
||||
const double kDefaultQuality = 50;
|
||||
const double kMaxQuality = 100;
|
||||
const double kMaxMoreQuality = 2000;
|
||||
|
@ -571,4 +571,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