pas2js: electron: hide location

This commit is contained in:
mattias 2022-04-23 17:14:06 +02:00
parent 60cc180594
commit a5b627749e

View File

@ -990,6 +990,7 @@ begin
// hide unsupported options
Frm.HideWASM;
Frm.HideModule;
Frm.HideRunLocation;
Frm.Caption:=GetLocalizedName+' Options';
Result:=inherited ShowModalOptions(Frm);