Implement catalog startup diagnostics (T-616)
This commit is contained in:
@@ -138,7 +138,7 @@ func (shell *AppShell) layoutFooter(
|
||||
return layout.Flex{Alignment: layout.Middle}.Layout(
|
||||
gtx,
|
||||
layout.Rigid(func(gtx layout.Context) layout.Dimensions {
|
||||
label := material.Caption(theme, "目录状态:等待已验证 Catalog")
|
||||
label := material.Caption(theme, shell.catalogStatusText())
|
||||
label.Color = shellColors.secondary
|
||||
return label.Layout(gtx)
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user