STM32CubeProgrmmer GUI 2.21.0 does not save the interface selection correctly for USB and UART
I am having to program a unit via UART, and every time I open the STM32CubeProgrmmer GUI the interface selector shows J-Link/Flasher.
It remembers if I choose ST-Link.
If I manually edit the "interface=" entry in config.properties to 2, STM32CubeProgrmmer opens with UART selected.
On exit, the "interface=" entry is rewritten to 1.
If I select USB as the interface, the "interface=" entry is rewritten to 2, which opens as UART the next time, and then the "interface=" entry is rewritten to 1 on the next exit.
