Compare commits

..

No commits in common. "09d53b02da3943209d7bb231d4312927245ff385" and "4c172e9c8ae1f1006d7faa59ec9ef2df51f1be42" have entirely different histories.

View file

@ -114,14 +114,12 @@ PluginComponent {
}
function toggleTailscale() {
if (toggleProcess.running) return
root._pendingToggleAction = root.isConnected ? "disconnect" : "connect"
toggleProcess.command = TailscaleLib.buildToggleCommand(root.isConnected)
toggleProcess.running = true
}
function setExitNode(hostname) {
if (exitNodeProcess.running) return
exitNodeProcess.command = TailscaleLib.makeExitNodeCommand(hostname)
exitNodeProcess.running = true
}