You can now change the default zap type

Changelog-Added: You can now change the default zap type
This commit is contained in:
William Casarin
2023-04-23 10:31:51 -07:00
parent c4f41220e5
commit f5cdd4a159
4 changed files with 44 additions and 8 deletions

View File

@@ -99,6 +99,9 @@ class UserSettingsStore: ObservableObject {
@Setting(key: "mention_notification", default_value: true)
var mention_notification: Bool
@StringSetting(key: "zap_type", default_value: ZapType.pub)
var default_zap_type: ZapType
@Setting(key: "repost_notification", default_value: true)
var repost_notification: Bool