mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Change default image quality.
This commit is contained in:
parent
f74ba2fe2f
commit
e7ed99e098
@ -13,11 +13,11 @@ namespace Remotely.ScreenCast.Core.Models
|
||||
{
|
||||
public class Viewer : IDisposable
|
||||
{
|
||||
private long imageQuality = 50;
|
||||
private long imageQuality;
|
||||
|
||||
public Viewer()
|
||||
{
|
||||
ImageQuality = 50;
|
||||
ImageQuality = 75;
|
||||
}
|
||||
public bool AutoAdjustQuality { get; internal set; } = true;
|
||||
public ICapturer Capturer { get; set; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user