Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
udp_server: fix crash when dialog opens for the first time (#1002)
UDP server dialogue crashes when theres no protocol stored in settings, as the default is wrongly "JSON", but it should be "json". This patch uses default "json" even when there is wrong protocol in settings to prevent further crashes.
- Loading branch information