0.6.2 - Spotify albums/tracks, album art gradient, languages, minor fixes
This commit is contained in:
parent
f877aa9d7b
commit
e9d97986b5
17 changed files with 497 additions and 221 deletions
|
|
@ -73,6 +73,8 @@ class Settings {
|
|||
Themes theme;
|
||||
@JsonKey(defaultValue: false)
|
||||
bool useSystemTheme;
|
||||
@JsonKey(defaultValue: true)
|
||||
bool colorGradientBackground;
|
||||
|
||||
//Colors
|
||||
@JsonKey(toJson: _colorToJson, fromJson: _colorFromJson)
|
||||
|
|
@ -95,6 +97,13 @@ class Settings {
|
|||
@JsonKey(defaultValue: null)
|
||||
String proxyAddress;
|
||||
|
||||
//LastFM
|
||||
@JsonKey(defaultValue: null)
|
||||
String lastFMUsername;
|
||||
@JsonKey(defaultValue: null)
|
||||
String lastFMPassword;
|
||||
|
||||
|
||||
Settings({this.downloadPath, this.arl});
|
||||
|
||||
ThemeData get themeData {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue