Open brybalicious opened 2 years ago
Note Git Bash and Powershell 7 Preview were skipped
Managed to manually add the entries to the registry, so unsure why the switch statement/elif blocks fail at some point
Those entries were skipped because their hidden
properties were missing in neither config.json
for the Windows Terminal, nor config.json
for the script itself. In this case, the if statement to check hidden
property never became truthy (since it only checks if the $isHidden
variable is an absolute $false
).
Kindly have a look at my patch (mchobbylong/wt-context-menu@1f76635) that fixes this bug.