()
| 132 | |
| 133 | |
| 134 | static public boolean getDisableHiDPI() { |
| 135 | File propsFile = Platform.getContentFile("disable_hidpi"); |
| 136 | return propsFile != null && propsFile.exists(); |
| 137 | } |
| 138 | |
| 139 | |
| 140 | // Should only be called from Windows, but not restricted to Windows |
no test coverage detected