Skip to content

Commit

Permalink
Revert "Small improvement"
Browse files Browse the repository at this point in the history
This reverts commit ae88f85.
  • Loading branch information
M66B committed Jul 13, 2024
1 parent ae88f85 commit dbdefa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ else if (dark || black)
rgThemeOptions.check(R.id.rbThemeLight);

swBeige.setChecked(beige);
swBeige.setEnabled(cards);
swBeige.setVisibility(cards ? View.VISIBLE : View.GONE);
swBlack.setChecked(black);
swHtmlLight.setChecked(default_light);
swComposerLight.setChecked(composer_light);
Expand Down

0 comments on commit dbdefa4

Please sign in to comment.