delete operation, new folder, upload files

This commit is contained in:
RafayAhmad7548 2025-07-28 08:04:50 +05:00
parent 0740c4b82d
commit eb723b74fd
4 changed files with 192 additions and 7 deletions

View file

@ -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)) {