mirror of
https://github.com/zvx-echo6/meshai.git
synced 2026-05-21 23:24:44 +02:00
Fix configurator: region_labels -> regions
Update main menu to use new regions attribute instead of old region_labels. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
959c128c6f
commit
89315a8008
1 changed files with 2 additions and 2 deletions
|
|
@ -94,8 +94,8 @@ class Configurator:
|
|||
|
||||
# Mesh Intelligence
|
||||
mi_status = self._status_icon(self.config.mesh_intelligence.enabled)
|
||||
mi_regions = len(self.config.mesh_intelligence.region_labels)
|
||||
mi_info = f"{mi_regions} labels" if mi_regions else "[dim]auto[/dim]"
|
||||
mi_regions = len(self.config.mesh_intelligence.regions)
|
||||
mi_info = f"{mi_regions} regions" if mi_regions else "[dim]auto[/dim]"
|
||||
table.add_row("12", "Mesh Intelligence", f"{mi_status} {mi_info}")
|
||||
|
||||
table.add_row("13", "Setup Wizard", "[dim]First-time setup[/dim]")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue