Skip to content

Commit

Permalink
Use consistent style
Browse files Browse the repository at this point in the history
Co-authored-by: Walid Kayhal <[email protected]>
  • Loading branch information
defagos and waliid authored May 24, 2024
1 parent 359a8ad commit 042b0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Demo/Sources/Settings/SettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ struct SettingsView: View {
private var playbackHudEnabled = false

@AppStorage(UserDefaults.PlaybackHudSettingKey.fontSize.rawValue, store: .playbackHud)
private var playbackHudFontSize = PlaybackHudFontSize.default
private var playbackHudFontSize: PlaybackHudFontSize = .default

@AppStorage(UserDefaults.PlaybackHudSettingKey.color.rawValue, store: .playbackHud)
private var playbackHudColor: PlaybackHudColor = .yellow
Expand Down

0 comments on commit 042b0f3

Please sign in to comment.