Merge branch 'master' into pxlvxl-master

This commit is contained in:
Nicola
2022-10-24 12:48:08 +02:00
17 changed files with 993 additions and 19 deletions

View File

@ -43,6 +43,9 @@ const TopMenuModule = (() => {
case 'Open':
Events.on('click', currSubmenuButton, FileManager.open);
break;
case 'Import':
Events.on('click', currSubmenuButton, FileManager.openImportImageWindow);
break;
case 'Export':
Events.on('click', currSubmenuButton, FileManager.openPixelExportWindow);
break;