Skip to content

Commit

Permalink
Fixed default value for saving window position
Browse files Browse the repository at this point in the history
  • Loading branch information
mikigal committed Dec 28, 2023
1 parent 8a2cf1e commit cdbbf46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ var (
outputFormats = []string{"MP4", "AVI", "MKV"}

settings = Settings{
UseSavedPosition: false,
UseSavedPosition: true,
Resolution: 5,
ShadersMode: 0,
CompressionPreset: 2,
Expand Down

0 comments on commit cdbbf46

Please sign in to comment.