We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 222c8fb + 2305749 commit 0bcf4b9Copy full SHA for 0bcf4b9
src/ui/ExitNodes.qml
@@ -49,7 +49,7 @@ Kirigami.ScrollablePage {
49
FormCard.FormButtonDelegate {
50
icon.name: "dialog-cancel"
51
text: "Unset current: " + Tailscale.currentExitNode.dnsName
52
- visible: Tailscale.currentExitNode != null
+ visible: Tailscale.hasCurrentExitNode
53
54
onClicked: {
55
Tailscale.unsetExitNode();
0 commit comments