Skip to content

Commit

Permalink
Update config.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Mark O'Sullivan <[email protected]>
  • Loading branch information
OutdatedGuy and MarkOSullivan94 authored Sep 21, 2024
1 parent 84f8385 commit 87f10e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class Config {
final MacOSConfig? macOSConfig;

/// Creates [Config] icons from [json]
factory Config.fromJson(Map<dynamic, dynamic> json) => _$ConfigFromJson(json);
factory Config.fromJson(Map<String, dynamic> json) => _$ConfigFromJson(json);

/// whether or not there is configuration for adaptive icons for android
bool get hasAndroidAdaptiveConfig =>
Expand Down

0 comments on commit 87f10e3

Please sign in to comment.