瀏覽代碼

Better describe usage stats in setup process

tags/v0.12.0
Matt Baer 4 年之前
父節點
當前提交
b97038e696
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      config/setup.go

+ 1
- 1
config/setup.go 查看文件

@@ -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()


Loading…
取消
儲存