Option to open manga source in browser
This commit is contained in:
@@ -25,6 +25,13 @@
|
||||
android:title="@string/download_over_cellular"
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
|
||||
<Preference
|
||||
android:icon="@drawable/ic_info_outline"
|
||||
android:key="tracker_notifications_info"
|
||||
android:persistent="false"
|
||||
android:selectable="false"
|
||||
android:summary="@string/downloads_settings_info" />
|
||||
|
||||
<Preference
|
||||
android:key="ignore_dose"
|
||||
android:persistent="false"
|
||||
@@ -33,14 +40,6 @@
|
||||
app:allowDividerAbove="true"
|
||||
app:isPreferenceVisible="false" />
|
||||
|
||||
<Preference
|
||||
android:icon="@drawable/ic_info_outline"
|
||||
android:key="tracker_notifications_info"
|
||||
android:persistent="false"
|
||||
android:selectable="false"
|
||||
android:summary="@string/downloads_settings_info"
|
||||
app:allowDividerAbove="true" />
|
||||
|
||||
<PreferenceCategory android:title="@string/pages_saving">
|
||||
|
||||
<Preference
|
||||
|
||||
@@ -18,4 +18,13 @@
|
||||
android:summary="@string/download_slowdown_summary"
|
||||
android:title="@string/download_slowdown" />
|
||||
|
||||
<Preference
|
||||
android:icon="@drawable/ic_open_external"
|
||||
android:key="open_browser"
|
||||
android:order="500"
|
||||
android:persistent="false"
|
||||
android:title="@string/open_in_browser"
|
||||
app:allowDividerAbove="true"
|
||||
app:isPreferenceVisible="false" />
|
||||
|
||||
</PreferenceScreen>
|
||||
|
||||
Reference in New Issue
Block a user