mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: "Shows File Packages Switch" in FileDialog to access contents in File Packages(eg. .app Bundles) on macOS
This commit is contained in:
parent
41099979ed
commit
443c057ec9
1 changed files with 1 additions and 0 deletions
|
|
@ -148,6 +148,7 @@ begin
|
|||
{$IF DEFINED(DARWIN)}
|
||||
GetMacFormatSettings(DefaultFormatSettings);
|
||||
CocoaConfigGlobal.useIcon:= True;
|
||||
CocoaConfigFileDialog.accessoryView.showsFilePackagesSwitch:= True;
|
||||
Application.Icon:= nil;
|
||||
{$ENDIF}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue