diff options
Diffstat (limited to 'pkg/config/gui.go')
-rw-r--r-- | pkg/config/gui.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/config/gui.go b/pkg/config/gui.go index 5fa4886..7f2515c 100644 --- a/pkg/config/gui.go +++ b/pkg/config/gui.go @@ -48,7 +48,6 @@ type Config struct { Obfs4 bool DisableAustostart bool StartVPN bool - Version string Printer *message.Printer } |