Added: "Show detail" context menu item for items in folder preview

This commit is contained in:
Jindra Petřík
2025-05-25 16:11:01 +02:00
parent b8adecdc6c
commit 13453cc508
10 changed files with 60 additions and 27 deletions
@@ -129,7 +129,7 @@ public class PinButton extends JPanel {
}
List<TreeItem> itemList = new ArrayList<>();
itemList.add(item);
mainPanel.getContextPopupMenu().update(itemList);
mainPanel.getContextPopupMenu().update(itemList, false);
mainPanel.getContextPopupMenu().show(PinButton.this, 0, PinButton.this.getHeight());
}
}