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