mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-06 03:25:36 +00:00
Qt: Fix image key in overlay export
This commit is contained in:
parent
b764ed4682
commit
eda32e0695
@ -595,7 +595,7 @@ void PostProcessingOverlayConfigWidget::onExportCustomConfigClicked()
|
||||
if (path.isEmpty())
|
||||
return;
|
||||
|
||||
const QString output = QStringLiteral("imagePath: \"%1\"\n"
|
||||
const QString output = QStringLiteral("image: \"%1\"\n"
|
||||
"displayStartX: %2\n"
|
||||
"displayStartY: %3\n"
|
||||
"displayEndX: %4\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user