summaryrefslogtreecommitdiff
path: root/services/VPN.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2026-01-03 17:53:06 +1100
committerGitHub <noreply@github.com>2026-01-03 17:53:06 +1100
commitbdcd13222fc6edc77c779a396900ab909e7d5439 (patch)
treef9457f3c91c05ec852f974f239d06aca52a3918e /services/VPN.qml
parent[CI] chore: update flake (diff)
parentMerge branch 'caelestia-dots:main' into main (diff)
downloadcaelestia-shell-bdcd13222fc6edc77c779a396900ab909e7d5439.tar.gz
caelestia-shell-bdcd13222fc6edc77c779a396900ab909e7d5439.tar.bz2
caelestia-shell-bdcd13222fc6edc77c779a396900ab909e7d5439.zip
Merge pull request #906 from atdma/main
controlcenter: many setting panes and minor features
Diffstat (limited to 'services/VPN.qml')
-rw-r--r--services/VPN.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/services/VPN.qml b/services/VPN.qml
index 10e5e7e..412bda4 100644
--- a/services/VPN.qml
+++ b/services/VPN.qml
@@ -21,7 +21,7 @@ Singleton {
const name = providerName;
const iface = interfaceName;
const defaults = getBuiltinDefaults(name, iface);
-
+
if (isCustomProvider) {
const custom = providerInput;
return {
@@ -31,7 +31,7 @@ Singleton {
displayName: custom.displayName || defaults.displayName
};
}
-
+
return defaults;
}
@@ -62,7 +62,7 @@ Singleton {
displayName: "Tailscale"
}
};
-
+
return builtins[name] || {
connectCmd: [name, "up"],
disconnectCmd: [name, "down"],