mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
fix action name
This commit is contained in:
parent
a533e3aa7a
commit
1ec685cabe
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ Label::Label(
|
||||||
if (n == 2) // double click
|
if (n == 2) // double click
|
||||||
{
|
{
|
||||||
activate_action(
|
activate_action(
|
||||||
"win.tab_close"
|
"win.main_tab_close"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue