mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-24 15:05:22 -04:00
wallpapers and ui cleanup
This commit is contained in:
parent
77c68aa45f
commit
6bd60207d8
32 changed files with 17947 additions and 150 deletions
|
@ -16,6 +16,7 @@ _$ThemePreferencesImpl _$$ThemePreferencesImplFromJson(
|
|||
? ColorPreference.vapor
|
||||
: ColorPreference.fromJson(json['color_preference']),
|
||||
displayScale: (json['display_scale'] as num?)?.toDouble() ?? 1,
|
||||
enableWallpaper: json['enable_wallpaper'] as bool? ?? true,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$$ThemePreferencesImplToJson(
|
||||
|
@ -24,4 +25,5 @@ Map<String, dynamic> _$$ThemePreferencesImplToJson(
|
|||
'brightness_preference': instance.brightnessPreference.toJson(),
|
||||
'color_preference': instance.colorPreference.toJson(),
|
||||
'display_scale': instance.displayScale,
|
||||
'enable_wallpaper': instance.enableWallpaper,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue