fix change restore to Backup content

This commit is contained in:
2025-08-31 17:43:50 +02:00
parent 974c8295f1
commit ed9700aca1

View File

@@ -282,6 +282,7 @@ class Navigation:
self.app.settings_frame.hide()
self.app.source_size_frame.grid_remove()
self.app.target_size_frame.grid_remove()
self.app.restore_size_frame_before.grid_remove()
self.app.restore_size_frame_after.grid_remove()
self.app.backup_content_frame.show(self.app.destination_path)
self.app.top_bar.grid()