mirror of
https://github.com/SideStore/SideStore.git
synced 2026-03-26 20:35:41 +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() {
|
private func commitChanges() {
|
||||||
TunnelConfig.shared.commitFakeIP()
|
|
||||||
bindTunnelConfig()
|
bindTunnelConfig()
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -117,8 +116,4 @@ final class TunnelConfig: ObservableObject {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var overrideActive: String { overrideEffective ? "Yes" : "No" }
|
var overrideActive: String { overrideEffective ? "Yes" : "No" }
|
||||||
|
|
||||||
func commitFakeIP() {
|
|
||||||
fakeIP = overrideFakeIP
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user