Skip to content

Commit

Permalink
fix: keep defaultPreference to automatic in case we want to implement…
Browse files Browse the repository at this point in the history
… dark mode again later
  • Loading branch information
thoreyjona committed Jul 10, 2024
1 parent f1aca82 commit 16469cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/native/app/src/stores/preferences-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export interface PreferencesStore extends State {
const availableLocales: Locale[] = ['en-US', 'is-IS', 'is-US', 'en-IS']

const defaultPreferences = {
appearanceMode: 'light',
appearanceMode: 'automatic',
locale: 'is-IS',
useBiometrics: false,
dev__useLockScreen: true,
Expand Down

0 comments on commit 16469cd

Please sign in to comment.