Browse Source

add comment

CPP-GTK4
yggverse 3 days ago
parent
commit
7f87cb3687
  1. 2
      src/app/browser/main/tab/label.cpp

2
src/app/browser/main/tab/label.cpp

@ -75,7 +75,7 @@ Label::Label( @@ -75,7 +75,7 @@ Label::Label(
EVENT__BUTTON_MIDDLE->signal_pressed().connect(
[this](int n, double x, double y)
{
if (!is_pinned)
if (!is_pinned) // @TODO match current tab condition
{
action__tab_close->activate();
}

Loading…
Cancel
Save