Fix: Adjust spacing in backup type display
This commit is contained in:
@@ -58,7 +58,7 @@ class SystemBackupContentFrame(ttk.Frame):
|
||||
|
||||
backup_type_display = backup_info.get("type", "N/A")
|
||||
if backup_info.get("backup_type_base") != "Full":
|
||||
backup_type_display = f"▲ {backup_type_display}"
|
||||
backup_type_display = f"▲ {backup_type_display}"
|
||||
|
||||
self.content_tree.insert("", "end", values=(
|
||||
backup_info.get("date", "N/A"),
|
||||
|
||||
@@ -62,7 +62,7 @@ class UserBackupContentFrame(ttk.Frame):
|
||||
|
||||
backup_type_display = backup_info.get("type", "N/A")
|
||||
if backup_info.get("backup_type_base") != "Full":
|
||||
backup_type_display = f"▲ {backup_type_display}"
|
||||
backup_type_display = f"▲ {backup_type_display}"
|
||||
|
||||
self.content_tree.insert("", "end", values=(
|
||||
backup_info.get("date", "N/A"),
|
||||
|
||||
Reference in New Issue
Block a user