I would set the number 15 and all new applications would be somewhere in the middle of the menu
So what you do in this case, is instead of setting numbers between 0 and 99, you set numbers between -50 and 50 - and new ones go in the middle.
This is basically what we do already though - you'll see a bunch of clocks (and the settings menu) have a negative sortorder to push them right to the front
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
So what you do in this case, is instead of setting numbers between 0 and 99, you set numbers between -50 and 50 - and new ones go in the middle.
This is basically what we do already though - you'll see a bunch of clocks (and the settings menu) have a negative sortorder to push them right to the front