GUI: Properly remove shader settings when GUI override is unchecked

This commit is contained in:
Eugene Sandulenko 2022-10-23 15:31:56 +02:00
parent ff0c339d19
commit 7b3c68480a
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -699,6 +699,7 @@ void OptionsDialog::apply() {
ConfMan.removeKey("stretch_mode", _domain);
ConfMan.removeKey("scaler", _domain);
ConfMan.removeKey("scale_factor", _domain);
ConfMan.removeKey("shader", _domain);
ConfMan.removeKey("render_mode", _domain);
ConfMan.removeKey("renderer", _domain);
ConfMan.removeKey("antialiasing", _domain);