Floating Preview context menu missing
Posted: 06 Jun 2023 08:29
This isn't a new issue, but when you open the Floating Preview with, for example a text file, and then afterwards select an image, the FP context menu won't appear for the image preview. Repro script for fresh if helpful:
Code: Select all
$fol = quicksearch(":prop:#contains.*.txt:1 AND prop:#contains.*.jpg:1 /excl=Appdata /l=1 /d", "%USERREAL%",, "s");
if ($fol) {
goto $fol;
sel "[*.txt]",, 1;
#178;
sel "[*.jpg]",, 1;
}