Qt: Fix builtin post shaders

This commit is contained in:
Connor McLaughlin 2022-07-23 18:49:18 +10:00
parent 322c0c4c74
commit e84f38f466
9 changed files with 158 additions and 159 deletions

View file

@ -21,9 +21,8 @@ PostProcessingSettingsWidget::PostProcessingSettingsWidget(SettingsDialog* dialo
{
if (!m_ui.widget->setConfigString(post_chain))
{
QMessageBox::critical(this, tr("Error"),
tr("The current post-processing chain is invalid, it has been reset. Any changes made will "
"overwrite the existing config."));
QMessageBox::critical(this, tr("Error"), tr("The current post-processing chain is invalid, it has been reset."));
m_dialog->removeSettingValue("Display", "PostProcessChain");
}
else
{