setting: adjustable font size for jack the zapper

Changelog-Added: Adjustable font size
This commit is contained in:
William Casarin
2023-08-03 18:38:20 -07:00
parent c0f4e3fe03
commit 14ba33674b
8 changed files with 51 additions and 18 deletions

View File

@@ -127,7 +127,10 @@ class UserSettingsStore: ObservableObject {
@Setting(key: "repost_notification", default_value: true)
var repost_notification: Bool
@Setting(key: "font_size", default_value: 1.0)
var font_size: Double
@Setting(key: "dm_notification", default_value: true)
var dm_notification: Bool