mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-25 11:12:13 +08:00
Big UI : Map Data update
This commit is contained in:
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":
|
||||
|
||||
Reference in New Issue
Block a user