summaryrefslogtreecommitdiff
path: root/pkg/backend/status.go
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-08-27 19:45:41 +0200
committerkali kaneko (leap communications) <kali@leap.se>2021-10-06 18:37:22 +0200
commit15f2efc9aa77893d5300d198dd3b5c42549018e8 (patch)
tree35e4f512ec86a770960f786eeddaab1e8b29d929 /pkg/backend/status.go
parentb8c34672538109a67c1ffc4a4ec4f90772ea9e3e (diff)
[ui] refactor ui
Diffstat (limited to 'pkg/backend/status.go')
-rw-r--r--pkg/backend/status.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/backend/status.go b/pkg/backend/status.go
index 1ec5c4f..0ffd853 100644
--- a/pkg/backend/status.go
+++ b/pkg/backend/status.go
@@ -49,6 +49,7 @@ type connectionCtx struct {
CurrentLocation string `json:"currentLocation"`
CurrentCountry string `json:"currentCountry"`
ManualLocation bool `json:"manualLocation"`
+ IsReady bool `json:"isReady"`
bm bitmask.Bitmask
autostart bitmask.Autostart
cfg *config.Config