Skip to content

Commit

Permalink
Fix debug mode setting not being saved
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Jun 12, 2024
1 parent cf19df3 commit 5ebb4e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/settings/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ func (s *settings) GetDebug() bool {
func (s *settings) SetDebug(value bool) {
slog.Info("changing debug mode state", slog.Bool("value", value))
s.Debug = value
_ = SaveSettings()
}

func (s *settings) GetProxy() string {
Expand Down

0 comments on commit 5ebb4e2

Please sign in to comment.