implement tab close public method

This commit is contained in:
yggverse 2024-08-12 17:56:58 +03:00
parent a7bd2ae078
commit ea64d486a2
2 changed files with 10 additions and 3 deletions

View file

@ -49,6 +49,8 @@ namespace app::browser::main
bool focus
);
void close();
void update();
};
}