Skip to content

Commit

Permalink
settings-syncer: Activate BlueOS sync by default
Browse files Browse the repository at this point in the history
YOLO.
We need to catch bugs in this while we are in Beta. Let's see how it goes.
  • Loading branch information
rafaellehmkuhl authored and patrickelectric committed Jul 9, 2024
1 parent d5001da commit 48fb14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/development.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const useDevelopmentStore = defineStore('development', () => {
const developmentMode = ref(false)
const widgetDevInfoBlurLevel = ref(3)
const enableSystemLogging = useBlueOsStorage(systemLoggingEnablingKey, true)
const enableBlueOsSettingsSync = useStorage(blueOsSettingsSyncEnablingKey, false)
const enableBlueOsSettingsSync = useStorage(blueOsSettingsSyncEnablingKey, true)

return { developmentMode, widgetDevInfoBlurLevel, enableSystemLogging, enableBlueOsSettingsSync }
})

0 comments on commit 48fb14e

Please sign in to comment.