remove autocache config entry

Auto-cache can still be set from sequence settings
This commit is contained in:
itsmattkc
2022-05-20 10:19:09 -07:00
parent c5b6b0c4fc
commit 5a24ac420b
4 changed files with 2 additions and 6 deletions
-1
View File
@@ -155,7 +155,6 @@ void SequenceDialog::SetAsDefaultClicked()
OLIVE_CONFIG("DefaultSequenceInterlacing") = parameter_tab_->GetSelectedVideoInterlacingMode();
OLIVE_CONFIG("DefaultSequenceAudioFrequency") = parameter_tab_->GetSelectedAudioSampleRate();
OLIVE_CONFIG("DefaultSequenceAudioLayout") = QVariant::fromValue(parameter_tab_->GetSelectedAudioChannelLayout());
OLIVE_CONFIG("DefaultSequenceAutoCache") = QVariant::fromValue(parameter_tab_->GetSelectedPreviewAutoCache());
}
}