Get extensions (e.g. ['.obj']) for catalog ids (e.g. ['obj']). Used to find/remove models by file type.
(catalogIds)
| 3850 | click: () => { |
| 3851 | if (mainWindow && !mainWindow.isDestroyed()) { |
| 3852 | mainWindow.webContents.send('open-ai-config'); |
| 3853 | } |
| 3854 | } |
| 3855 | }, |
| 3856 | { |
| 3857 | label: 'File Type', |
| 3858 | click: () => mainWindow.webContents.send('open-file-type-settings') |
| 3859 | }, |
| 3860 | { |
| 3861 | label: 'Performance', |
| 3862 | click: () => mainWindow.webContents.send('open-performance-settings') |
| 3863 | }, |