mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Set default auto image quality adjust to true.
This commit is contained in:
parent
2b6a8bc342
commit
0f6dfa94a5
@ -17,7 +17,7 @@ namespace Remotely.ScreenCast.Core.Models
|
||||
{
|
||||
ImageQuality = 50;
|
||||
}
|
||||
public bool AutoAdjustQuality { get; internal set; }
|
||||
public bool AutoAdjustQuality { get; internal set; } = true;
|
||||
public ICapturer Capturer { get; set; }
|
||||
public bool DisconnectRequested { get; set; }
|
||||
public EncoderParameters EncoderParams { get; private set; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user