diff options
| author | fox <fox+git@fakecake.org> | 2019-06-28 12:23:43 +0000 |
|---|---|---|
| committer | Gogs <gogs@fake.local> | 2019-06-28 12:23:43 +0000 |
| commit | a0c4bac29db4f488aed8175e1604b11f7fc203e5 (patch) | |
| tree | fe6376fd942a744a74f282a96cc491b091d36350 /org.fox.ttrss/src/main/res/xml/preferences.xml | |
| parent | 9d2d7d528e55657f16406831cf4c2f99f2caf914 (diff) | |
| parent | 06de00ce42be70002e5f0eaaf44123658599197a (diff) | |
Merge branch 'master' of Aevnar/tt-rss-android-aevnar into master
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml/preferences.xml')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/xml/preferences.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml index bf893468..7a05b18a 100755 --- a/org.fox.ttrss/src/main/res/xml/preferences.xml +++ b/org.fox.ttrss/src/main/res/xml/preferences.xml @@ -148,6 +148,11 @@ android:defaultValue="true" android:key="custom_tabs_ask_always" android:title="@string/ask_me_every_time" /> + <org.fox.ttrss.util.LessBrokenSwitchPreference + android:defaultValue="false" + android:key="always_open_uri" + android:summary="@string/prefs_always_open_uri_summary" + android:title="@string/prefs_always_open_uri" /> </PreferenceCategory> <PreferenceCategory android:title="@string/offline_mode" > <ListPreference |