We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb3815d commit c0f017fCopy full SHA for c0f017f
ShadowsocksX-NG/ServerProfileManager.swift
@@ -109,8 +109,9 @@ class ServerProfileManager: NSObject {
109
&& value.serverPort == profile.serverPort
110
&& value.ssrProtocol == profile.ssrProtocol
111
&& value.ssrObfs == profile.ssrObfs
112
- && value.ssrObfsParam == value.ssrObfsParam
113
- && value.ssrProtocolParam == value.ssrProtocolParam
+ && value.ssrObfsParam == profile.ssrObfsParam
+ && value.ssrProtocolParam == profile.ssrProtocolParam
114
+ && value.remark == profile.remark
115
if ret {
116
return (ret, index)
117
}
0 commit comments