mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-04-01 04:35:40 -04:00
Most plugins that use reverse API to PATCH settings updates to remote server only do so when `useReverseAPI` is toggled, but not when the relevant settings are being updated. So lets fix the precondition to use the `m_useReverseAPI` flag instead.