Skip to content

Commit

Permalink
Add autofill_tooltip_dismissed
Browse files Browse the repository at this point in the history
  • Loading branch information
zatteo committed Nov 5, 2024
1 parent 28380a8 commit e9c8858
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion model/bitwarden/settings/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ type Settings struct {
GlobalEquivalentDomains []int `json:"global_equivalent_domains,omitempty"`
Metadata *metadata.CozyMetadata `json:"cozyMetadata,omitempty"`
ExtensionInstalled bool `json:"extension_installed,omitempty"`
TooltipDismissed bool `json:"tooltip_explain_encryption_dismissed,omitempty"`
EncryptionTipDismissed bool `json:"tooltip_explain_encryption_dismissed,omitempty"`
AutofillTipDismissed bool `json:"autofill_tooltip_dismissed,omitempty"`
}

// ID returns the settings qualified identifier
Expand Down

0 comments on commit e9c8858

Please sign in to comment.