mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-07-28 19:58:38 +00:00
feat: force disable skin
This commit is contained in:
parent
8f08f212f1
commit
33c20d421a
2 changed files with 2 additions and 2 deletions
|
@ -169,6 +169,8 @@ int Config::getDesktopOpenGL()
|
|||
|
||||
int Config::getSkin()
|
||||
{
|
||||
// force disable skin
|
||||
return 0;
|
||||
int skin = 1;
|
||||
m_settings->beginGroup(GROUP_COMMON);
|
||||
skin = m_settings->value(COMMON_SKIN_KEY, COMMON_SKIN_DEF).toInt();
|
||||
|
|
|
@ -7,8 +7,6 @@ RecordPath=
|
|||
PushFilePath=/sdcard/
|
||||
# 最大fps(仅支持Android 10以上)
|
||||
MaxFps=60
|
||||
# 是否显示手机皮肤,0不显示
|
||||
UseSkin=0
|
||||
# 是否渲染过期视频帧(跳过过期视频帧意味着更低的延迟)
|
||||
RenderExpiredFrames=0
|
||||
# 视频解码方式:-1 自动,0 软解,1 dx硬解,2 opengl硬解
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue