Cleaned up agent comment.

This commit is contained in:
John Morris 2026-05-25 02:56:08 +00:00
parent 8499a71352
commit efb85aa478

View file

@ -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";