Set default for max resolution to max value
This commit is contained in:
parent
3b5cbfaddf
commit
ff08fda618
|
@ -70,7 +70,7 @@ public class Settings {
|
|||
public boolean livePreviews = false;
|
||||
public boolean localRecording = true;
|
||||
public int minimumResolution = 0;
|
||||
public int maximumResolution = 0;
|
||||
public int maximumResolution = 8160;
|
||||
public int maximumResolutionPlayer = 0;
|
||||
public String mediaPlayer = "/usr/bin/mpv";
|
||||
public String mediaPlayerParams = "";
|
||||
|
|
Loading…
Reference in New Issue