diff options
-rw-r--r-- | src/interface-gtk/interface-gtk.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interface-gtk/interface-gtk.cpp b/src/interface-gtk/interface-gtk.cpp index 9da7454..ae63e1b 100644 --- a/src/interface-gtk/interface-gtk.cpp +++ b/src/interface-gtk/interface-gtk.cpp @@ -176,7 +176,8 @@ GOptionGroup * InterfaceGtk::get_options(void) { const GOptionEntry entries[] = { - {"no-csd", 0, G_OPTION_FLAG_REVERSE, G_OPTION_ARG_NONE, &use_csd, + {"no-csd", 0, G_OPTION_FLAG_IN_MAIN | G_OPTION_FLAG_REVERSE, + G_OPTION_ARG_NONE, &use_csd, "Disable client-side decorations.", NULL}, {NULL} }; |