remove (unused) report bugs preference key
This commit is contained in:
parent
19c74d9e3f
commit
265af1356c
@ -264,6 +264,5 @@
|
|||||||
<string name="headline_display_mode_no_images">No images</string>
|
<string name="headline_display_mode_no_images">No images</string>
|
||||||
<string name="headline_display_mode_compact">Compact</string>
|
<string name="headline_display_mode_compact">Compact</string>
|
||||||
<string name="version">Version: %1$s (%2$d)</string>
|
<string name="version">Version: %1$s (%2$d)</string>
|
||||||
<string name="prefs_enable_crash_reporting">Report crashes to tt-rss.org</string>
|
|
||||||
<string name="crash_dialog_text">Unfortunately, Tiny Tiny RSS has stopped. Submit crash report to tt-rss.org?</string>
|
<string name="crash_dialog_text">Unfortunately, Tiny Tiny RSS has stopped. Submit crash report to tt-rss.org?</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
@ -187,11 +187,6 @@
|
|||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:key="transport_debugging"
|
android:key="transport_debugging"
|
||||||
android:title="@string/transport_debugging" />
|
android:title="@string/transport_debugging" />
|
||||||
<CheckBoxPreference
|
|
||||||
android:defaultValue="false"
|
|
||||||
android:key="enable_crash_reporting"
|
|
||||||
android:title="@string/prefs_enable_crash_reporting" />
|
|
||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
|
Loading…
Reference in New Issue
Block a user