commit part 2 canvas edit left on default settings

This commit is contained in:
2025-08-28 00:57:40 +02:00
parent 6d55a476fd
commit fd06c29a18
4 changed files with 2 additions and 2 deletions

View File

@@ -82,8 +82,8 @@ class Navigation:
else: # In restore mode, left is destination
self.app.left_canvas_data.update({
'icon': 'computer_extralarge',
'folder': Msg.STR["select_source_first"],
'path_display': Msg.STR["system_restore"],
'folder': 'Computer',
'path_display': '',
'size': ''
})