Add option to hide "Updates" and "History" buttons (#5077)

* Add otion to hide "Updates" abd "History" buttons

* Add otion to hide "Updates" abd "History" buttons

* explicit imports

* New category Navigation

* Add functionality for SideNav
This commit is contained in:
simakover
2021-05-16 00:01:05 +05:00
committed by GitHub
parent fa872f6cf7
commit 7fb4cbb8a0
5 changed files with 42 additions and 6 deletions

View File

@@ -149,6 +149,7 @@
<!-- General section -->
<string name="pref_category_theme">Theme</string>
<string name="pref_category_locale">Locale</string>
<string name="pref_category_navigation">Navigation</string>
<string name="pref_theme_mode">Dark mode</string>
<string name="theme_system">Follow system</string>
<string name="theme_light">Off</string>
@@ -166,6 +167,8 @@
<string name="pref_date_format">Date format</string>
<string name="pref_confirm_exit">Confirm exit</string>
<string name="pref_hide_bottom_bar_on_scroll">Hide bottom bar on scroll</string>
<string name="pref_hide_updates_button">Hide Updates button</string>
<string name="pref_hide_history_button">Hide History button</string>
<string name="pref_manage_notifications">Manage notifications</string>
<string name="pref_category_security">Security</string>