kayvanbree / contexr

Stop redundantly defining your shortcuts in your shortcut library and your context menu. Start using Contexr!
MIT License
4 stars 0 forks source link

Undefined order should be treated as `order: 0` #84

Closed kayvanbree closed 3 months ago

kayvanbree commented 3 months ago

Not sure how this is treated now, but it makes sense when using negatives for order, undefined should be treated as 0 in sorting.

Probably best to do this in mergeMenus().

kayvanbree commented 3 months ago

This was already the case without any checking