mirror of
https://github.com/SideStore/SideStore.git
synced 2026-03-27 12:55:40 +01:00
vpn-configuration: removed UI updating state despite bindTunnelConfig() driving it just behind
This commit is contained in:
@@ -56,7 +56,6 @@ struct VPNConfigurationView: View {
|
||||
}
|
||||
|
||||
private func commitChanges() {
|
||||
TunnelConfig.shared.commitFakeIP()
|
||||
bindTunnelConfig()
|
||||
}
|
||||
|
||||
@@ -117,8 +116,4 @@ final class TunnelConfig: ObservableObject {
|
||||
}
|
||||
|
||||
var overrideActive: String { overrideEffective ? "Yes" : "No" }
|
||||
|
||||
func commitFakeIP() {
|
||||
fakeIP = overrideFakeIP
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user