mirror of
https://github.com/gsantner/dandelion
synced 2025-09-09 18:29:47 +02:00
Added notifications dropdown menu with settings
This commit is contained in:
parent
54ba7b389c
commit
8e852d7ff2
7 changed files with 87 additions and 38 deletions
|
@ -16,6 +16,7 @@
|
|||
<string name="pref_key__clear_cache" translatable="false">pref_key_clear_cache</string>
|
||||
<string name="pref_key__chrome_custom_tabs_enabled" translatable="false">pref_key__chrome_custom_tabs_enabled</string>
|
||||
<string name="pref_key__http_proxy_load_tor_preset" translatable="false">pref_key__http_proxy_load_tor_preset</string>
|
||||
<string name="pref_key__extended_notifications" translatable="false">pref_key__extended_notifications</string>
|
||||
|
||||
<!-- Themes -->
|
||||
<string name="pref_key__primary_color__preference_click" translatable="false">pref_key_primary_color</string>
|
||||
|
@ -78,6 +79,10 @@
|
|||
<string name="pref_title__accent_color">Accent Color</string>
|
||||
<string name="pref_desc__accent_color">Color of the progressbar</string>
|
||||
|
||||
<!-- Notifications dropdown -->
|
||||
<string name="pref_title__extended_notifications">Extended Notifications</string>
|
||||
<string name="pref_desc__extended_notifications">Extend the notifications bell with a dropdown menu that shows notification categories</string>
|
||||
|
||||
<!-- Font size -->
|
||||
<string name="pref_title__font_size">Font size</string>
|
||||
<array name="pref_entries__font_size">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue