Conditional Hamburger Entry Display
Posted: 06 Nov 2022 11:45
Is it possible to only have a Hamburger menu entry only show for specified folders ? For example, I have this entry :
I would only like to have it displayed in the Hamburger if :
or a subfolder within is active in the current pane.
If not possible in Hamburger, maybe I add something to the script that checks the root path and if it doesn't match, exit the script.
Code: Select all
::Copy Recipe Link;load "CopyRecipeLink.xys";Code: Select all
C:\Data\Documents\RecipesIf not possible in Hamburger, maybe I add something to the script that checks the root path and if it doesn't match, exit the script.