Skip to content

Commit

Permalink
Only change to first user profile on first cold boot
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl committed Sep 26, 2023
1 parent d76a464 commit 83d7f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/widgetManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,8 @@ export const useWidgetManagerStore = defineStore('widget-manager', () => {
userProfile.hash = uuid4()
savedProfiles.value.push(userProfile)
})
loadProfile(savedProfiles.value[0])
}
loadProfile(savedProfiles.value[0])

const resetWidgetsEditingState = (forcedState?: boolean): void => {
currentProfile.value.views.forEach((view) => {
Expand Down

0 comments on commit 83d7f94

Please sign in to comment.