Skip to content

Commit 102f2e1

Browse files
Merge branch 'aristocratos:main' into main
2 parents 8027cb7 + 64476b5 commit 102f2e1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/btop_draw.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1866,7 +1866,6 @@ namespace Proc {
18661866
out += Mv::to(y + height - 1, x + 1) + title_left_down + Fx::b + hi_color + Symbols::up + Theme::c("title") + " select " + down_button + Fx::ub + title_right_down
18671867
+ title_left_down + Fx::b + t_color + "info " + hi_color + Symbols::enter + Fx::ub + title_right_down;
18681868
if (selected > 0) Input::mouse_mappings["info_enter"] = {y + height - 1, mouse_x, 1, 6};
1869-
else Input::mouse_mappings.erase("info_enter");
18701869
mouse_x += 8;
18711870
if (width > 60) {
18721871
out += title_left_down + Fx::b + hi_color + 't' + t_color + "erminate" + Fx::ub + title_right_down;

0 commit comments

Comments
 (0)