kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
more changes
rodzic
3f6b8dbe6c
commit
9c0602f406
|
@ -13,6 +13,7 @@ namespace sdrpp_credits {
|
|||
"Howard0su",
|
||||
"Joshua Kimsey",
|
||||
"Martin Hauke",
|
||||
"Marvin Sinister",
|
||||
"Paulo Matias",
|
||||
"Raov",
|
||||
"Starman0620",
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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)
|
||||
|
|
Ładowanie…
Reference in New Issue