Set colored footers as default for artist view
This commit is contained in:
parent
e42867e066
commit
953568c9f5
1 changed files with 1 additions and 1 deletions
|
|
@ -310,6 +310,6 @@ public final class PreferenceUtil {
|
||||||
}
|
}
|
||||||
|
|
||||||
public final boolean artistColoredFooters() {
|
public final boolean artistColoredFooters() {
|
||||||
return mPreferences.getBoolean(ARTIST_COLORED_FOOTERS, false);
|
return mPreferences.getBoolean(ARTIST_COLORED_FOOTERS, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue