mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-25 17:24:45 +01:00
more changes
This commit is contained in:
parent
3f6b8dbe6c
commit
9c0602f406
@ -13,6 +13,7 @@ namespace sdrpp_credits {
|
|||||||
"Howard0su",
|
"Howard0su",
|
||||||
"Joshua Kimsey",
|
"Joshua Kimsey",
|
||||||
"Martin Hauke",
|
"Martin Hauke",
|
||||||
|
"Marvin Sinister",
|
||||||
"Paulo Matias",
|
"Paulo Matias",
|
||||||
"Raov",
|
"Raov",
|
||||||
"Starman0620",
|
"Starman0620",
|
||||||
|
@ -235,6 +235,7 @@ private:
|
|||||||
selectedListName = "";
|
selectedListName = "";
|
||||||
selectedListId = 0;
|
selectedListId = 0;
|
||||||
loadFirst();
|
loadFirst();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
selectedListId = std::distance(listNames.begin(), std::find(listNames.begin(), listNames.end(), listName));
|
selectedListId = std::distance(listNames.begin(), std::find(listNames.begin(), listNames.end(), listName));
|
||||||
spdlog::warn("Set id to {0} {1}", selectedListId, listName);
|
spdlog::warn("Set id to {0} {1}", selectedListId, listName);
|
||||||
|
@ -331,6 +331,7 @@ I will soon publish a contributing.md listing the code style to use.
|
|||||||
* [Howard0su](https://github.com/howard0su)
|
* [Howard0su](https://github.com/howard0su)
|
||||||
* [Joshua Kimsey](https://github.com/JoshuaKimsey)
|
* [Joshua Kimsey](https://github.com/JoshuaKimsey)
|
||||||
* [Martin Hauke](https://github.com/mnhauke)
|
* [Martin Hauke](https://github.com/mnhauke)
|
||||||
|
* [Marvin Sinister](https://github.com/marvin-sinister)
|
||||||
* [Paulo Matias](https://github.com/thotypous)
|
* [Paulo Matias](https://github.com/thotypous)
|
||||||
* [Raov](https://twitter.com/raov_birbtog)
|
* [Raov](https://twitter.com/raov_birbtog)
|
||||||
* [Starman0620](https://github.com/Starman0620)
|
* [Starman0620](https://github.com/Starman0620)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user