Update all dependencies (#208)

This commit is contained in:
Philip Kristoffersen
2022-08-21 16:07:57 +02:00
committed by GitHub
parent 05cd76d552
commit 97f706a2be
9 changed files with 508 additions and 283 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ impl MyEguiApp {
ui.label("No backups found, they will be created every time you run import");
} else {
ScrollArea::vertical()
.stick_to_right()
.stick_to_right(true)
.auto_shrink([false, true])
.show(ui, |ui| {
for backup_path in available_backups {