Skip to content

Commit

Permalink
修复
Browse files Browse the repository at this point in the history
  • Loading branch information
Vera-Firefly committed Oct 29, 2024
1 parent 7d84d0e commit 33607f3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ public void onCreatePreferences(Bundle b, String str) {
if (isExpRenderer) {
onExpRendererDialog(p, rendererListPref);
} else {
((SwitchPreference) p).setChecked(false);
onChangeRenderer(rendererListPref);
setListPreference(rendererListPref, "renderer");
return true;
Expand Down

0 comments on commit 33607f3

Please sign in to comment.