aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordaneren2005 <daneren2005@gmail.com>2013-11-21 15:59:11 -0800
committerdaneren2005 <daneren2005@gmail.com>2013-11-21 15:59:11 -0800
commit14577cc69ea0ad9367abd3a937e5af0df8a673c6 (patch)
treeecfb806bb3850066dd818f99df6f51cfca3cb400 /src
parentf18e17f5c34b269852df4bd58c91e9791314cd5d (diff)
downloaddsub-14577cc69ea0ad9367abd3a937e5af0df8a673c6.tar.gz
dsub-14577cc69ea0ad9367abd3a937e5af0df8a673c6.tar.bz2
dsub-14577cc69ea0ad9367abd3a937e5af0df8a673c6.zip
Added constant for custom sort
Diffstat (limited to 'src')
-rw-r--r--src/github/daneren2005/dsub/util/Constants.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/github/daneren2005/dsub/util/Constants.java b/src/github/daneren2005/dsub/util/Constants.java
index d4c99017..c4d796f3 100644
--- a/src/github/daneren2005/dsub/util/Constants.java
+++ b/src/github/daneren2005/dsub/util/Constants.java
@@ -122,6 +122,7 @@ public final class Constants {
public static final String PREFERENCES_KEY_HIDE_WIDGET = "hideWidget";
public static final String PREFERENCES_KEY_PODCASTS_ENABLED = "podcastsEnabled";
public static final String PREFERENCES_KEY_BOOKMARKS_ENABLED = "bookmarksEnabled";
+ public static final String PREFERENCES_KEY_CUSTOM_SORT_ENABLED = "customSortEnabled";
public static final String OFFLINE_SCROBBLE_COUNT = "scrobbleCount";
public static final String OFFLINE_SCROBBLE_ID = "scrobbleID";