implement tab close action

This commit is contained in:
yggverse 2024-08-12 19:11:00 +03:00
parent dca780ca89
commit daa5edcead
4 changed files with 22 additions and 0 deletions

View file

@ -39,6 +39,8 @@ namespace app
void main_tab_append();
void main_tab_close();
void debug();
};
}