diff --git a/core/src/credits.cpp b/core/src/credits.cpp index 0f3448ac..49cc6c6e 100644 --- a/core/src/credits.cpp +++ b/core/src/credits.cpp @@ -13,6 +13,7 @@ namespace sdrpp_credits { "Howard0su", "Joshua Kimsey", "Martin Hauke", + "Marvin Sinister", "Paulo Matias", "Raov", "Starman0620", diff --git a/frequency_manager/src/main.cpp b/frequency_manager/src/main.cpp index 1a224ffb..f4a4890a 100644 --- a/frequency_manager/src/main.cpp +++ b/frequency_manager/src/main.cpp @@ -235,6 +235,7 @@ private: selectedListName = ""; selectedListId = 0; loadFirst(); + return; } selectedListId = std::distance(listNames.begin(), std::find(listNames.begin(), listNames.end(), listName)); spdlog::warn("Set id to {0} {1}", selectedListId, listName); diff --git a/readme.md b/readme.md index 17ca31d5..36edb388 100644 --- a/readme.md +++ b/readme.md @@ -331,6 +331,7 @@ I will soon publish a contributing.md listing the code style to use. * [Howard0su](https://github.com/howard0su) * [Joshua Kimsey](https://github.com/JoshuaKimsey) * [Martin Hauke](https://github.com/mnhauke) +* [Marvin Sinister](https://github.com/marvin-sinister) * [Paulo Matias](https://github.com/thotypous) * [Raov](https://twitter.com/raov_birbtog) * [Starman0620](https://github.com/Starman0620)