Skip to content

Commit

Permalink
fix: system color scheme preference
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Feb 15, 2024
1 parent ef00bbc commit 31bb832
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export class PreferencesService
}
} else if (stage === ApplicationStage.StorageDecrypted_09) {
this.localPreferences = this.storage.getValue(StorageKey.LocalPreferences, StorageValueModes.Nonwrapped) ?? {}
void this.notifyEvent(PreferencesServiceEvent.LocalPreferencesChanged)
}
}
}
Expand Down

0 comments on commit 31bb832

Please sign in to comment.