## Problem * The actions are more prioritized than applications and it seems to be quite counter-intuitive. * For example, `Quit Telegram` is more prioritized than `Telegram`, `New Private Windows` is more prioritized than `Firefox Developer Edition`. <img width="1230" height="296" alt="Image" src="https://github.com/user-attachments/assets/50fb208d-75e8-4efb-8334-3623bcb20a0c" /> * It seems to be the intended behaviour, described in [lib.rs](https://github.com/anyrun-org/anyrun/blob/c787318f590102b68fbd2e5b02ea47e96f4ecb62/plugins/applications/src/lib.rs#L204-L206) * So I suggest it to be the option, like `prioritize_actions: bool`. * If you thinks this is fine, I'll create a PR. ## Related Issues #10 #88