mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Don't show "Actions" submenu in background menu
This commit is contained in:
parent
a10427ca1d
commit
aefe2356fb
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ begin
|
|||
//------------------------------------------------------------------------------
|
||||
{ Actions submenu }
|
||||
aFile := Files[0];
|
||||
if (Files.Count = 1) then
|
||||
if (Files.Count = 1) and not Background then
|
||||
begin
|
||||
hActionsSubMenu := CreatePopupMenu;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue