Browse Source

add missed dt

CPP-GTK4
yggverse 3 months ago
parent
commit
cc262ea69d
  1. 4
      src/Yoda/Browser.cpp

4
src/Yoda/Browser.cpp

@ -4,7 +4,9 @@ YodaBrowser::YodaBrowser( @@ -4,7 +4,9 @@ YodaBrowser::YodaBrowser(
GtkApplication *application
) {
this->gtk = gtk_application_window_new(
application
GTK_APPLICATION(
application
)
);
gtk_window_set_title(

Loading…
Cancel
Save