0.5.4 - Download fixes, C decryptor, gestures in full and small player, sharing, link support
This commit is contained in:
parent
af49aeb974
commit
480800857e
170 changed files with 32703 additions and 293 deletions
|
|
@ -60,6 +60,8 @@ class Settings {
|
|||
bool downloadLyrics;
|
||||
@JsonKey(defaultValue: false)
|
||||
bool trackCover;
|
||||
@JsonKey(defaultValue: true)
|
||||
bool albumCover;
|
||||
|
||||
//Appearance
|
||||
@JsonKey(defaultValue: Themes.Dark)
|
||||
|
|
@ -111,7 +113,8 @@ class Settings {
|
|||
"overwriteDownload": overwriteDownload,
|
||||
"downloadLyrics": downloadLyrics,
|
||||
"trackCover": trackCover,
|
||||
"arl": arl
|
||||
"arl": arl,
|
||||
"albumCover": albumCover
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue