Clearing part of the Suffix drop list

Rather than having to completely clear the “Suffix” drop list, is there a way of simply editing it to save my from having to start over, so to speak?

Thanks
Dave

Not from the UI, but if you are comfortable editing a plain text (JSON) file and restarting SGPro you can do this.

  • Navigate to the logs directory using SGPro menu Help >> Open Log Folder.
  • Then, in Windows Explorer find the file named sgpro_settings.json and open it with your text editor (Notepad is OK)
  • Search the document for one of your suffixes and you’ll end up looking at something like this:
"_settingEventSuffixes": [
    "B",
    "C",
    "D"
  ],
  • Simply remove the ones you don’t want, save the file and restart SGPro. Make sure that the last entry has no , character.
2 Likes

Many thanks Ken, much appreciated.

Cheers,
Dave