mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add comment
This commit is contained in:
parent
0665f3bd64
commit
7f87cb3687
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue