diff --git a/Settings.go b/Settings.go index 44b8d24..bb0a25d 100644 --- a/Settings.go +++ b/Settings.go @@ -18,9 +18,9 @@ const ( SettingsSaveHostname = SettingsInterface + ".SaveHostname" /* Properties */ - SettingsPropertyConnections = SettingsInterface + "Connections" // readable ao - SettingsPropertyHostname = SettingsInterface + "Hostname" // readable s - SettingsPropertyCanModify = SettingsInterface + "CanModify" // readable b + SettingsPropertyConnections = SettingsInterface + ".Connections" // readable ao + SettingsPropertyHostname = SettingsInterface + ".Hostname" // readable s + SettingsPropertyCanModify = SettingsInterface + ".CanModify" // readable b ) type Settings interface {