Browse Source

add reorderable const

CPP-GTK4
yggverse 3 months ago
parent
commit
c0e27fa551
  1. 1
      src/app/browser/container/tab.h

1
src/app/browser/container/tab.h

@ -17,6 +17,7 @@ namespace app @@ -17,6 +17,7 @@ namespace app
GtkWidget *gtk;
const gboolean REORDERABLE = true;
const gboolean SCROLLABLE = true;
Tab(

Loading…
Cancel
Save