GUI: consider pass disable opts in CS exprt dialog

This commit is contained in:
tildearrow 2025-04-08 03:31:42 -05:00
parent b946f08122
commit 24cd378e50

View file

@ -5694,7 +5694,7 @@ bool FurnaceGUI::loop() {
break;
}
case GUI_FILE_EXPORT_CMDSTREAM: {
SafeWriter* w=e->saveCommand();
SafeWriter* w=e->saveCommand(NULL,csExportDisablePass);
if (w!=NULL) {
FILE* f=ps_fopen(copyOfName.c_str(),"wb");
if (f!=NULL) {