Skip to content

Commit cdbbf46

Browse files
committed
Fixed default value for saving window position
1 parent 8a2cf1e commit cdbbf46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ var (
6666
outputFormats = []string{"MP4", "AVI", "MKV"}
6767

6868
settings = Settings{
69-
UseSavedPosition: false,
69+
UseSavedPosition: true,
7070
Resolution: 5,
7171
ShadersMode: 0,
7272
CompressionPreset: 2,

0 commit comments

Comments
 (0)