Big UI : Map Data update

This commit is contained in:
firestarsdog
2026-07-22 21:08:38 -04:00
parent fb854cecd3
commit 370654637a
2 changed files with 409 additions and 597 deletions
File diff suppressed because it is too large Load Diff
@@ -894,7 +894,7 @@ class StarPilotSystemLayout(_SettingsPage):
def backup_status_text(self) -> str:
system_count = len(self._get_backups("backups"))
toggle_count = len(self._get_backups("toggle_backups"))
return tr("{} full {} toggle").format(system_count, toggle_count)
return tr("{} full | {} toggle").format(system_count, toggle_count)
def open_backup_manager(self, backup_kind: str):
if backup_kind == "system":