diff options
Diffstat (limited to 'ipn/ipn_view.go')
| -rw-r--r-- | ipn/ipn_view.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ipn/ipn_view.go b/ipn/ipn_view.go index 18436867d..e661c35c6 100644 --- a/ipn/ipn_view.go +++ b/ipn/ipn_view.go @@ -91,6 +91,7 @@ func (v PrefsView) AutoUpdate() AutoUpdatePrefs { return v.ж.AutoUpda func (v PrefsView) AppConnector() AppConnectorPrefs { return v.ж.AppConnector } func (v PrefsView) PostureChecking() bool { return v.ж.PostureChecking } func (v PrefsView) NetfilterKind() string { return v.ж.NetfilterKind } +func (v PrefsView) AutomountShares() AutomountPrefs { return v.ж.AutomountShares } func (v PrefsView) Persist() persist.PersistView { return v.ж.Persist.View() } // A compilation failure here means this code must be regenerated, with the command at the top of this file. @@ -121,6 +122,7 @@ var _PrefsViewNeedsRegeneration = Prefs(struct { AppConnector AppConnectorPrefs PostureChecking bool NetfilterKind string + AutomountShares AutomountPrefs Persist *persist.Persist }{}) |
