prefs: Change default of show-fallback-app-menu
The app menu always was a GNOME-only thing, so after it was removed this cycle, assuming that it is not displayed by the environment is a better default. https://gitlab.gnome.org/GNOME/mutter/issues/493
This commit is contained in:
parent
efb1ee9730
commit
1574099449
@ -111,7 +111,7 @@ static gboolean resize_with_right_button = FALSE;
|
||||
static gboolean edge_tiling = FALSE;
|
||||
static gboolean force_fullscreen = TRUE;
|
||||
static gboolean auto_maximize = TRUE;
|
||||
static gboolean show_fallback_app_menu = FALSE;
|
||||
static gboolean show_fallback_app_menu = TRUE;
|
||||
|
||||
static GDesktopVisualBellType visual_bell_type = G_DESKTOP_VISUAL_BELL_FULLSCREEN_FLASH;
|
||||
static MetaButtonLayout button_layout;
|
||||
|
Loading…
Reference in New Issue
Block a user