()
| 47 | private File defaultSketchbookFolder = null; |
| 48 | |
| 49 | @Override |
| 50 | public void init() throws Exception { |
| 51 | super.init(); |
| 52 | |
| 53 | checkPath(); |
| 54 | recoverSettingsFolderPath(); |
| 55 | } |
| 56 | |
| 57 | private void recoverSettingsFolderPath() throws Exception { |
| 58 | if (PreferencesData.getBoolean("runtime.is-windows-store-app")) { |
nothing calls this directly
no test coverage detected