diff options
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/xml/main_preferences.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/src/main/res/xml/main_preferences.xml b/app/src/main/res/xml/main_preferences.xml index 4f238327..89d0a032 100644 --- a/app/src/main/res/xml/main_preferences.xml +++ b/app/src/main/res/xml/main_preferences.xml @@ -44,8 +44,9 @@ <SwitchPreference app:defaultValue="false" - app:key="show_top_level_comments_first" - app:title="@string/settings_show_top_level_comments_first_title" /> + app:key="confirm_to_exit" + app:icon="@drawable/ic_exit_24dp" + app:title="@string/settings_confirm_to_exit" /> <ListPreference app:defaultValue="2.5" |