Browse Source

append testing tab

CPP-GTK4
yggverse 2 months ago
parent
commit
16f9aaf889
  1. 7
      src/app/browser/container.cpp

7
src/app/browser/container.cpp

@ -28,6 +28,13 @@ namespace app @@ -28,6 +28,13 @@ namespace app
)
);
// @TODO append testing tab
this->tab->append(
NULL,
false,
true
);
// Render
gtk_widget_show(
GTK_WIDGET(

Loading…
Cancel
Save