fix action name

This commit is contained in:
yggverse 2024-09-05 01:37:29 +03:00
parent a533e3aa7a
commit 1ec685cabe

View File

@ -23,7 +23,7 @@ Label::Label(
if (n == 2) // double click
{
activate_action(
"win.tab_close"
"win.main_tab_close"
);
}
}