mirror of
https://github.com/moparisthebest/ComicReader
synced 2024-11-15 13:45:07 -05:00
Merge pull request #72 from whitecat/notification
Tied "displaying notifications" with enabling chache preferences
This commit is contained in:
commit
e568e1adf1
@ -49,7 +49,8 @@
|
||||
android:key="notificationPref"
|
||||
android:title="Display Notifications"
|
||||
android:summary="Display notifications to appear in the notification bar"
|
||||
android:defaultValue="true" />
|
||||
android:defaultValue="true"
|
||||
android:dependency="backgroundCacheEnabledPref" />
|
||||
<ListPreference
|
||||
android:title="Sort (My Comics)"
|
||||
android:summary="Sort Order in My Comics Page"
|
||||
|
Loading…
Reference in New Issue
Block a user