disable close effectss for the change screen stuff window

This commit is contained in:
Autumn Lamonte 2022-02-05 18:25:30 -06:00
parent 99789ded9e
commit e983c7f209

View file

@ -993,6 +993,17 @@ public class TScreenOptionsWindow extends TWindow {
}
/**
* This window will reset the physical screen, making closing effects not
* always work right. Let's just disable that for now.
*
* @return true to disable close effects
*/
@Override
public boolean disableCloseEffect() {
return true;
}
// ------------------------------------------------------------------------
// TScreenOptionsWindow ---------------------------------------------------
// ------------------------------------------------------------------------