Compare commits
No commits in common. "09d53b02da3943209d7bb231d4312927245ff385" and "4c172e9c8ae1f1006d7faa59ec9ef2df51f1be42" have entirely different histories.
09d53b02da
...
4c172e9c8a
1 changed files with 0 additions and 2 deletions
|
|
@ -114,14 +114,12 @@ PluginComponent {
|
||||||
}
|
}
|
||||||
|
|
||||||
function toggleTailscale() {
|
function toggleTailscale() {
|
||||||
if (toggleProcess.running) return
|
|
||||||
root._pendingToggleAction = root.isConnected ? "disconnect" : "connect"
|
root._pendingToggleAction = root.isConnected ? "disconnect" : "connect"
|
||||||
toggleProcess.command = TailscaleLib.buildToggleCommand(root.isConnected)
|
toggleProcess.command = TailscaleLib.buildToggleCommand(root.isConnected)
|
||||||
toggleProcess.running = true
|
toggleProcess.running = true
|
||||||
}
|
}
|
||||||
|
|
||||||
function setExitNode(hostname) {
|
function setExitNode(hostname) {
|
||||||
if (exitNodeProcess.running) return
|
|
||||||
exitNodeProcess.command = TailscaleLib.makeExitNodeCommand(hostname)
|
exitNodeProcess.command = TailscaleLib.makeExitNodeCommand(hostname)
|
||||||
exitNodeProcess.running = true
|
exitNodeProcess.running = true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue