envispojke

Results 2 issues of envispojke

### Description of the new feature / enhancement The current automatic system is supposed to increase priority of previously selected results, however this rarely works as intended in my [and...

Idea-Enhancement
Product-PowerToys Run
Needs-Triage
Run-Plugin

Next to another calendar card: I even tried changing this in the source .js (two instances): ``` toLocaleTimeString(d,{hour:"numeric",minute:"numeric"}) ``` to ``` toLocaleTimeString(d,{hour:"numeric",minute:"numeric", hour12: false }) ``` The calendar could use...