openwebrxplus-plugins

OWRX+ Receiver Plugin: sort_profiles

This receiver plugin will sort your profile list by name (NOT by frequency)

The plugin depends on utils plugin.

load

Add this lines in your init.js file:

await Plugins.load('https://0xaf.github.io/openwebrxplus-plugins/receiver/utils/utils.js');
Plugins.load('https://0xaf.github.io/openwebrxplus-plugins/receiver/connect_notify/connect_notify.js');

init.js

You can find more info on init.js on github pages or directly in my github repo