Move Fast Render Output Preference to Saving page

This commit is contained in:
manongjohn 2021-03-14 18:26:50 -04:00 committed by manongjohn
parent c9f33d20e7
commit 7a80c7c879

View file

@ -1605,6 +1605,8 @@ QWidget* PreferencesPopup::createSavingPage() {
insertUI(resetUndoOnSavingLevel, lay); insertUI(resetUndoOnSavingLevel, lay);
insertUI(doNotShowPopupSaveScene, lay); insertUI(doNotShowPopupSaveScene, lay);
insertUI(fastRenderPath, lay);
lay->setRowStretch(lay->rowCount(), 1); lay->setRowStretch(lay->rowCount(), 1);
widget->setLayout(lay); widget->setLayout(lay);
return widget; return widget;
@ -1629,8 +1631,6 @@ QWidget* PreferencesPopup::createImportExportPage() {
{ {
insertUI(ffmpegPath, ffmpegOptionsLay); insertUI(ffmpegPath, ffmpegOptionsLay);
insertUI(ffmpegTimeout, ffmpegOptionsLay); insertUI(ffmpegTimeout, ffmpegOptionsLay);
insertUI(fastRenderPath, ffmpegOptionsLay);
} }
QGridLayout* rhubarbOptionsLay = insertGroupBox(tr("Rhubarb Lip Sync"), lay); QGridLayout* rhubarbOptionsLay = insertGroupBox(tr("Rhubarb Lip Sync"), lay);