add vibro on finish and main menu set left

This commit is contained in:
derskythe
2022-09-26 21:26:51 +04:00
parent a40e1a2be2
commit 545c4349d6
2 changed files with 6 additions and 4 deletions
@@ -127,9 +127,9 @@ void subbrute_main_view_draw(Canvas* canvas, SubBruteMainViewModel* model) {
if(m->index == position) {
canvas_draw_str_aligned(
canvas,
64,
4,
9 + (item_position * item_height) + STATUS_BAR_Y_SHIFT,
AlignCenter,
AlignLeft,
AlignCenter,
str);
elements_frame(
@@ -137,9 +137,9 @@ void subbrute_main_view_draw(Canvas* canvas, SubBruteMainViewModel* model) {
} else {
canvas_draw_str_aligned(
canvas,
64,
4,
9 + (item_position * item_height) + STATUS_BAR_Y_SHIFT,
AlignCenter,
AlignLeft,
AlignCenter,
str);
}