Update version and rename button

This commit is contained in:
2026-03-17 12:19:42 +03:00
parent d2b6b8da59
commit ea4bbbf9be
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ pub mod randomizer {
button("Назад").on_press(Back),
text_editor(&self.text).on_action(RandomizerMessage::Edit
).width(400).height(400).placeholder("Каждый элемент с новой строки"),
button("Начать").on_press(Start),
button("Перемешать").on_press(Start),
]
.spacing(5),
)