Skip to content

Commit

Permalink
TestBindScreen: always show the Settings dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Aug 22, 2021
1 parent d4e4eb9 commit 676c0f2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ protected void applyOverrides(AppSettings settings) {
settings.setVSync(true);
}
};
displaySettings.setForceDialog(true);
AppSettings appSettings = displaySettings.initialize();
if (appSettings != null) {
application.setSettings(appSettings);
Expand Down

0 comments on commit 676c0f2

Please sign in to comment.