Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
solved light mode text not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
ge59dil committed Jan 25, 2024
1 parent 4506b22 commit de2dd9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/models/settings/setting_state_model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ class SettingState {
userSettings: userSettings ?? this.userSettings,
error: error ?? this.error,
isDarkMode: isDarkMode ?? this.isDarkMode,
isLightMode: isLightMode ?? this.isLightMode,
isSystemDefault: isSystemDefault ?? this.isSystemDefault,
isPushNotificationsEnabled:
isPushNotificationsEnabled ?? this.isPushNotificationsEnabled,
isDownloadWithWifiOnly:
Expand Down

0 comments on commit de2dd9d

Please sign in to comment.