flutter: Don't say we have 1 tab, there's 0 still

as the implementation isn't done yet, should fix a crash
This commit is contained in:
Sergio Martins
2022-08-03 23:42:08 +01:00
parent 4c1e45eea9
commit 9a4daf8926

View File

@@ -40,7 +40,7 @@ void Stack_flutter::init()
int Stack_flutter::numDockWidgets() const
{
return 1;
return 0;
}
void Stack_flutter::removeDockWidget(Controllers::DockWidget *)