Skip to content

Commit

Permalink
Swap FirstTimeSetup checker to the real setting
Browse files Browse the repository at this point in the history
  • Loading branch information
budak7273 committed Sep 7, 2024
1 parent a02c892 commit ee3117d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/settings/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ var Settings = &settings{
}

func (s *settings) GetNewUserSetupComplete() bool {
return s.Debug
return s.NewUserSetupComplete
}

func (s *settings) SetNewUserSetupComplete(value bool) {
Expand Down

0 comments on commit ee3117d

Please sign in to comment.