ignore: compacting
This commit is contained in:
parent
4c94753eda
commit
aa9ebe5d7c
2 changed files with 12 additions and 4 deletions
|
|
@ -385,7 +385,7 @@ func (m *editorComponent) Content() string {
|
|||
} else if m.app.IsBusy() {
|
||||
keyText := m.getInterruptKeyText()
|
||||
status := "working"
|
||||
if m.app.Session.Time.Compacting > 0 {
|
||||
if m.app.IsCompacting() {
|
||||
status = "compacting"
|
||||
}
|
||||
if m.app.CurrentPermission.ID != "" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue