config params

This commit is contained in:
ycc
2023-09-27 22:17:44 +02:00
parent 4750915b49
commit cd41a59518
3 changed files with 76 additions and 7 deletions

View File

@ -33,7 +33,8 @@ type Config struct {
ChannelNotificationsEnable bool `json:"channel_notifications_enable,omitempty"`
Language string `json:"language,omitempty"`
Theme string `json:"theme,omitempty"`
FingerprintEnable string `json:"fingerprint_enable,omitempty"`
FingerprintEnable bool `json:"fingerprint_enable,omitempty"`
ShowFavoriteContacts bool `json:"show_favorite_contacts,omitempty"`
// Debug
DbSuffix string `json:"db_suffix,omitempty"`