Small behavior improvement

This commit is contained in:
M66B 2021-09-27 08:54:24 +02:00
parent df71fde15d
commit 160cc6defe
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ public class FragmentDialogTheme extends FragmentDialogBase {
swBlack.setEnabled(colored && !grey && !solarized && optionId != R.id.rbThemeLight);
swHtmlLight.setEnabled(!colored || optionId != R.id.rbThemeLight);
swComposerLight.setEnabled(!colored || optionId != R.id.rbThemeLight);
}
@NonNull