delete operation, new folder, upload files
This commit is contained in:
parent
0740c4b82d
commit
eb723b74fd
4 changed files with 192 additions and 7 deletions
|
@ -27,7 +27,7 @@ static void my_application_activate(GApplication* application) {
|
|||
// in case the window manager does more exotic layout, e.g. tiling.
|
||||
// If running on Wayland assume the header bar will work (may need changing
|
||||
// if future cases occur).
|
||||
gboolean use_header_bar = TRUE;
|
||||
gboolean use_header_bar = FALSE;
|
||||
#ifdef GDK_WINDOWING_X11
|
||||
GdkScreen* screen = gtk_window_get_screen(window);
|
||||
if (GDK_IS_X11_SCREEN(screen)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue