Explorar el Código

Better describe usage stats in setup process

tags/v0.12.0
Matt Baer hace 4 años
padre
commit
b97038e696
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      config/setup.go

+ 1
- 1
config/setup.go Ver fichero

@@ -356,7 +356,7 @@ func Configure(fname string, configSections string) (*SetupData, error) {
if data.Config.App.Federation {
selPrompt = promptui.Select{
Templates: selTmpls,
Label: "Federation usage stats",
Label: "Usage stats (active users, posts)",
Items: []string{"Public", "Private"},
}
_, fedStatsType, err := selPrompt.Run()


Cargando…
Cancelar
Guardar