Skip to content

Commit

Permalink
Revert "remove ?disableModals, phetsims/sun#855"
Browse files Browse the repository at this point in the history
This reverts commit b6c31d9.
  • Loading branch information
zepumph committed Jan 18, 2024
1 parent 3f186b0 commit dfe1ce0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions js/initialize-globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,14 @@
*/
dev: { type: 'flag' },


/**
* sets all modal features of the sim as disabled. This is a development-only parameter that can be useful in
* combination with fuzz testing. This was created to limit the amount of time fuzz testing spends on unimportant
* features of the sim like the PhET Menu, Keyboard Help, and Preferences popups.
*/
disableModals: { type: 'flag' },

/**
* enables assertions
*/
Expand Down

0 comments on commit dfe1ce0

Please sign in to comment.