1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

Fix missing config option for Align on macOS

This commit is contained in:
wangqr 2020-03-09 21:02:33 -04:00 committed by arch1t3cht
parent 37380658bb
commit 2b3df72c75

View File

@ -575,6 +575,10 @@
}, },
"Visual" : { "Visual" : {
"Autohide": false "Autohide": false
},
"Align to Video" : {
"Tolerance" : 20,
"Maximized" : true
} }
}, },