mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +00:00
emit tab close signal on double click
This commit is contained in:
parent
88e5ba3736
commit
d9b4983d4f
@ -37,8 +37,8 @@ void Label::on_click(
|
|||||||
) {
|
) {
|
||||||
if (n == 2) // double click
|
if (n == 2) // double click
|
||||||
{
|
{
|
||||||
//Tab::close(
|
activate_action(
|
||||||
// -1 // active
|
"win.tab_close"
|
||||||
//);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user