Set default auto image quality adjust to true.

This commit is contained in:
Jared Goodwin 2019-12-29 09:42:31 -08:00
parent 2b6a8bc342
commit 0f6dfa94a5

View File

@ -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; }