add comment

This commit is contained in:
yggverse 2024-09-17 05:08:02 +03:00
parent 0665f3bd64
commit 7f87cb3687

View File

@ -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();
}