diff --git a/tailscalectl/TailscaleWidget.qml b/tailscalectl/TailscaleWidget.qml index 2495569..292cc41 100644 --- a/tailscalectl/TailscaleWidget.qml +++ b/tailscalectl/TailscaleWidget.qml @@ -49,7 +49,7 @@ PluginComponent { const cmd = TailscaleLib.commandForPendingAction(root._pendingAction, root.isConnected); if (cmd) { - // Exact same decision point as before: act based on fresh poll truth, then verify. + // If toggle action on deck, then we just retrieved on-the-ground truth and can now act to toggle. Proc.runCommand("tailscale-toggle", cmd, (out, c) => { if (c !== 0) { const action = root.isConnected ? "disconnect" : "connect";