mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 14:03:42 +02:00
Update all dependencies (#208)
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user