Skip to content

Commit

Permalink
feat: update UserDefaults+Ext.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Sep 26, 2023
1 parent 5ffc441 commit 9f21c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IVPNClient/Utilities/Extensions/UserDefaults+Ext.swift
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ extension UserDefaults {
}

@objc dynamic var v2rayProtocol: String {
return string(forKey: Key.v2rayProtocol) ?? ""
return string(forKey: Key.v2rayProtocol) ?? "quic"
}

@objc dynamic var isV2ray: Bool {
Expand Down

0 comments on commit 9f21c0b

Please sign in to comment.