1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-04-13 18:31:23 +00:00

Implemented suggestions

This commit is contained in:
Jared Fantaye
2022-12-05 21:21:46 +01:00
parent a2f2d562f6
commit 5fc85fa2e0
2 changed files with 3 additions and 2 deletions

View File

@@ -48,7 +48,8 @@ public class AppearanceSettingsFragment extends BasePreferenceFragment {
final Preference preference = findPreference(nightThemeKey);
if (preference != null) {
preference.setEnabled(false);
preference.setSummary(getString(R.string.night_theme_available));
preference.setSummary(getString(R.string.night_theme_available,
getString(R.string.auto_device_theme_title)));
}
}
}