mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Smaller default max width percentage
This commit is contained in:
parent
e13d7d30c1
commit
4e7bd97297
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import Views
|
|||
NSFont.userFont(ofSize: 16)?.pointSize ?? 16
|
||||
)
|
||||
@AppStorage(UserDefaultKey.preferredWebLineSpacing.rawValue) var storedLineSpacing = 150
|
||||
@AppStorage(UserDefaultKey.preferredWebMaxWidthPercentage.rawValue) var storedMaxWidthPercentage = 100
|
||||
@AppStorage(UserDefaultKey.preferredWebMaxWidthPercentage.rawValue) var storedMaxWidthPercentage = 80
|
||||
|
||||
@Binding var preferredFont: String
|
||||
@Binding var prefersHighContrastText: Bool
|
||||
|
|
|
|||
Loading…
Reference in a new issue