mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 10:26:19 +02:00
not use max fps by default
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
5a6a773583
commit
1b08adb178
9 changed files with 111 additions and 120 deletions
|
@ -102,6 +102,15 @@ const int kDesktopMaxDisplaySize = 3840;
|
|||
const double kDesktopFileTransferRowHeight = 30.0;
|
||||
const double kDesktopFileTransferHeaderHeight = 25.0;
|
||||
|
||||
const double kMinFps = 5;
|
||||
const double kDefaultFps = 30;
|
||||
const double kMaxFps = 120;
|
||||
|
||||
const double kMinQuality = 10;
|
||||
const double kDefaultQuality = 50;
|
||||
const double kMaxQuality = 100;
|
||||
const double kMaxMoreQuality = 2000;
|
||||
|
||||
double kNewWindowOffset = Platform.isWindows
|
||||
? 56.0
|
||||
: Platform.isLinux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue