mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: hide the LCL Toolbar in ViewerForm on macOS 11+ again
This commit is contained in:
parent
f0a56568d1
commit
6e5a8a4d21
1 changed files with 2 additions and 2 deletions
|
|
@ -1487,10 +1487,10 @@ end;
|
|||
|
||||
procedure TfrmViewer.showLCLToolBar( newVisibility: Boolean );
|
||||
begin
|
||||
{{$IFDEF DARWIN}
|
||||
{$IFDEF DARWIN}
|
||||
if self.modernToolBarEnabled then
|
||||
newVisibility:= False;
|
||||
{$ENDIF}}
|
||||
{$ENDIF}
|
||||
ToolBar1.Visible:= newVisibility;
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue