mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 21:14:14 +00:00
add comment
This commit is contained in:
parent
0665f3bd64
commit
7f87cb3687
@ -75,7 +75,7 @@ Label::Label(
|
|||||||
EVENT__BUTTON_MIDDLE->signal_pressed().connect(
|
EVENT__BUTTON_MIDDLE->signal_pressed().connect(
|
||||||
[this](int n, double x, double y)
|
[this](int n, double x, double y)
|
||||||
{
|
{
|
||||||
if (!is_pinned)
|
if (!is_pinned) // @TODO match current tab condition
|
||||||
{
|
{
|
||||||
action__tab_close->activate();
|
action__tab_close->activate();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user