Skip to content

Commit

Permalink
Change default image quality.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Mar 21, 2020
1 parent f74ba2f commit e7ed99e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ScreenCast.Core/Models/Viewer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit e7ed99e

Please sign in to comment.