update page constructor api

This commit is contained in:
yggverse 2024-09-15 16:10:01 +03:00
parent b522e6b2a0
commit f1515f8e99
6 changed files with 18 additions and 27 deletions

View file

@ -110,7 +110,6 @@ void Main::save(
void Main::tab_append()
{
mainTab->append(
_("New tab"),
true
);
};