mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-31 13:02:11 +00:00
Only show 'Reconnect' on active profile (#311)
It doesn't make sense anywhere else.
This commit is contained in:
parent
3a59ac7684
commit
b89328b5c3
@ -148,7 +148,9 @@ extension OrganizerView {
|
||||
}
|
||||
|
||||
var body: some View {
|
||||
reconnectButton
|
||||
if profileManager.isActiveProfile(header.id) {
|
||||
reconnectButton
|
||||
}
|
||||
duplicateButton
|
||||
deleteButton
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user