Merge pull request #88329 from ManpreetXSingh/key-window-menu

Windows: Add support for enabling Alt+Space menu and fix borderless maximize
This commit is contained in:
Rémi Verschelde
2024-04-08 11:20:05 +02:00
4 changed files with 59 additions and 7 deletions

View File

@ -1438,6 +1438,7 @@ ProjectSettings::ProjectSettings() {
GLOBAL_DEF("application/run/disable_stdout", false);
GLOBAL_DEF("application/run/disable_stderr", false);
GLOBAL_DEF("application/run/print_header", true);
GLOBAL_DEF("application/run/enable_alt_space_menu", false);
GLOBAL_DEF_RST("application/config/use_hidden_project_data_directory", true);
GLOBAL_DEF("application/config/use_custom_user_dir", false);
GLOBAL_DEF("application/config/custom_user_dir_name", "");