mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-21 23:29:33 +01:00
pas2js: electron: hide location
This commit is contained in:
parent
60cc180594
commit
a5b627749e
@ -990,6 +990,7 @@ begin
|
|||||||
// hide unsupported options
|
// hide unsupported options
|
||||||
Frm.HideWASM;
|
Frm.HideWASM;
|
||||||
Frm.HideModule;
|
Frm.HideModule;
|
||||||
|
Frm.HideRunLocation;
|
||||||
|
|
||||||
Frm.Caption:=GetLocalizedName+' Options';
|
Frm.Caption:=GetLocalizedName+' Options';
|
||||||
Result:=inherited ShowModalOptions(Frm);
|
Result:=inherited ShowModalOptions(Frm);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user